ARM: dts: rockchip: remove clock-frequency from saradc node rv1108
authorJohan Jonker <jbx6244@gmail.com>
Fri, 13 Mar 2020 13:26:46 +0000 (14:26 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 17 Mar 2020 00:22:05 +0000 (01:22 +0100)
commit5b9870acf62fd799b843d2caa38f2a9610c71c7d
tree35b665f1175091aeb64042f1743ec0942ffac080
parent6263806b0a5532ef775ba83b793c95e493c2bda0
ARM: dts: rockchip: remove clock-frequency from saradc node rv1108

An experimental test with the command below gives these errors:

arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: adc@1038c000:
'clock-frequency'
does not match any of the regexes: 'pinctrl-[0-9]+'
arch/arm/boot/dts/rv1108-evb.dt.yaml: adc@1038c000:
'clock-frequency'
does not match any of the regexes: 'pinctrl-[0-9]+'

'clock-frequency' is not a valid property for a saradc node,
so remove it.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/iio/adc/
rockchip-saradc.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200313132646.10317-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi