ARM: dts: rockchip: remove clock-names property from 'generic-ohci' nodes
authorJohan Jonker <jbx6244@gmail.com>
Thu, 12 Mar 2020 17:14:39 +0000 (18:14 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 17 Mar 2020 00:23:17 +0000 (01:23 +0100)
commitdff03873405999e9b84dc5f32370734841d6bc4e
tree9a752a93c17cc56fe0576e168ba9e7ab4abdd91f
parentd1068578ec5978c071e1d5beb02d564ab8472a3f
ARM: dts: rockchip: remove clock-names property from 'generic-ohci' nodes

A test with the command below gives for example this error:

arch/arm/boot/dts/rv1108-evb.dt.yaml: usb@30160000:
'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+'

'clock-names' is not a valid property name for usb_host nodes with
compatible string 'generic-ohci', so remove them.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/generic-ohci.yaml

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