diff options
author | Liang Chen | 2017-03-27 11:40:46 +0200 |
---|---|---|
committer | Jonathan Cameron | 2017-04-02 10:57:11 +0200 |
commit | c49089b71de354eaeef2a2f075d6d53dec86e165 (patch) | |
tree | 29b636ea693333883251806be65577df92b0f96a /Documentation/devicetree | |
parent | iio: pressure: zpa2326: Remove unnecessary cast on void pointer (diff) | |
download | kernel-qcow2-linux-c49089b71de354eaeef2a2f075d6d53dec86e165.tar.gz kernel-qcow2-linux-c49089b71de354eaeef2a2f075d6d53dec86e165.tar.xz kernel-qcow2-linux-c49089b71de354eaeef2a2f075d6d53dec86e165.zip |
dt-bindings: iio: rockchip-saradc: add support for rk3328
The rk3328 saradc is the same as rk3399.
Signed-off-by: Liang Chen <cl@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt index 205593f56fe7..e0a9b9d6d6fd 100644 --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.txt @@ -4,6 +4,7 @@ Required properties: - compatible: should be "rockchip,<name>-saradc" or "rockchip,rk3066-tsadc" - "rockchip,saradc": for rk3188, rk3288 - "rockchip,rk3066-tsadc": for rk3036 + - "rockchip,rk3328-saradc", "rockchip,rk3399-saradc": for rk3328 - "rockchip,rk3399-saradc": for rk3399 - reg: physical base address of the controller and length of memory mapped |