diff options
author | Andy Gross <andy.gross@linaro.org> | 2018-09-30 12:57:07 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-09-30 12:59:35 -0500 |
commit | 70b224678c7caa3209836715c6fc3003e69f20e4 (patch) | |
tree | 68302b4101e9efb99107c35d2abd52cacba99722 | |
parent | 70a39be6766a6a02631b96960e3066ded7d98d2f (diff) |
Revert "dt-bindings: iio: vadc: Fix documentation of 'reg'"
This reverts commit 7028cae1857cc2c6acc69586584e92d044027154.
Already picked up via iio tree.
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt index d0c188e5c922..0fb46137f936 100644 --- a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt +++ b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt @@ -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>; |