]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
Revert "dt-bindings: iio: vadc: Fix documentation of 'reg'"
authorAndy Gross <andy.gross@linaro.org>
Sun, 30 Sep 2018 17:57:07 +0000 (12:57 -0500)
committerAndy Gross <andy.gross@linaro.org>
Sun, 30 Sep 2018 17:59:35 +0000 (12:59 -0500)
This reverts commit 7028cae1857cc2c6acc69586584e92d044027154.

Already picked up via iio tree.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt

index d0c188e5c922559fd783807d97fb5883ab67c5d3..0fb46137f9369c5c5e94080356e326e450551c06 100644 (file)
@@ -13,7 +13,7 @@ VADC node:
 - reg:
     Usage: required
     Value type: <prop-encoded-array>
-    Definition: VADC base address in the SPMI PMIC register map.
+    Definition: VADC base address and length in the SPMI PMIC register map.
 
 - #address-cells:
     Usage: required
@@ -104,7 +104,7 @@ Example:
        /* VADC node */
        pmic_vadc: vadc@3100 {
                compatible = "qcom,spmi-vadc";
-               reg = <0x3100>;
+               reg = <0x3100 0x100>;
                interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
                #address-cells = <1>;
                #size-cells = <0>;