diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-05-06 15:49:28 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-05-07 12:28:47 +0100 |
commit | 400fd3a13310a7128d86ff99ec121c915f8f10bc (patch) | |
tree | 2ecaec9961cd0d352ad6f449472d98a689b938ed /Documentation/devicetree/bindings/iio | |
parent | c1c2de37c7bef8d335ad9483fd560311b9aa45de (diff) | |
download | lwn-400fd3a13310a7128d86ff99ec121c915f8f10bc.tar.gz lwn-400fd3a13310a7128d86ff99ec121c915f8f10bc.zip |
dt-bindings: iio: adc: add Meson8 and Meson8b support
The Amlogic Meson SAR ADC driver can be used on Meson8 and Meson8b
(probably on earlier SoC generations as well, but I don't have any
hardware available for testing that).
Add a separate compatible for Meson8 and Meson8b because it does not
need any of the BL30 magic (unlike the GX SoCs).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt index 047189192aec..f413e82c8b83 100644 --- a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt +++ b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt @@ -2,6 +2,8 @@ Required properties: - compatible: depending on the SoC this should be one of: + - "amlogic,meson8-saradc" for Meson8 + - "amlogic,meson8b-saradc" for Meson8b - "amlogic,meson-gxbb-saradc" for GXBB - "amlogic,meson-gxl-saradc" for GXL - "amlogic,meson-gxm-saradc" for GXM |