Message ID | 64b538aadf075ba07e567d9a9db865b64c97fbfc.1515486346.git-series.quentin.schulz@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Jan 09, 2018 at 10:33:38AM +0100, Quentin Schulz wrote: > AXP813 is now supported so add documentation for this compatible. > > Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> > --- > Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt | 9 +++++++++- > 1 file changed, 9 insertions(+) You can just squash this into the patch #2. Either way, Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt b/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt index ed6d04e..3465f80 100644 --- a/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt @@ -4,6 +4,7 @@ Required properties: - compatible: should be one of: - "x-powers,axp20x-adc", - "x-powers,axp22x-adc", + - "x-powers,axp813-adc", - #io-channel-cells: should be 1, Example: @@ -37,3 +38,11 @@ AXP22x 1 | batt_v 2 | batt_chrg_i 3 | batt_dischrg_i + +AXP813 +------ + 0 | pmic_temp + 1 | gpio0_v + 2 | batt_v + 3 | batt_chrg_i + 4 | batt_dischrg_i
AXP813 is now supported so add documentation for this compatible. Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> --- Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt | 9 +++++++++- 1 file changed, 9 insertions(+)