dt-bindings: clock: fix rk3399 cru clock issues
authorJohan Jonker <jbx6244@gmail.com>
Tue, 29 Mar 2022 15:07:40 +0000 (17:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 10 Apr 2022 17:05:48 +0000 (19:05 +0200)
commit7adc1b98bb6e6611bc9122de77737b193b693122
tree6ece1eb5f1e46cb8827ad3cdd31681774860c885
parent91154f0cd889ed3772a0ac0e24ee363f93fe784c
dt-bindings: clock: fix rk3399 cru clock issues

The current rk3399 cru DT node gives warnings like:
'clocks' is a dependency of 'assigned-clocks'.

With the YAML conversion somehow "assigned-xxx" properties where added.
If a proper clock is added to the cru node these properties are no longer
needed, so removed them. Currently only one clock will be added, so limit
the clock maxItems to 1. Add a clock name to be able to differentiate
and filter bogus entries.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220329150742.22093-4-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml