ARM: dts: rockchip: Remove more clock-names from PWM nodes
authorJohan Jonker <jbx6244@gmail.com>
Mon, 10 May 2021 17:29:11 +0000 (19:29 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 14 May 2021 12:27:13 +0000 (14:27 +0200)
commitdc71c5ca34f408030b979d894c0459ef059445a1
tree7b39a093a6c9f8173b945102f70156c26637c8b3
parenta3ec2d38f6dd922007ee4d414cf76d1f55570844
ARM: dts: rockchip: Remove more clock-names from PWM nodes

A test with the command below gives this error:
/arch/arm/boot/dts/rk3228-evb.dt.yaml:
pwm@110b0020: clock-names: ['pwm'] is too short

Devices with only one PWM clock use it to both to derive the functional
clock for the device and as the bus clock. The driver does not need
"clock-names" to get a handle, so remove them all.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml

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