Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: use generic node name for pmucru example in rockchip,rk3399-cru.yaml

The node names should be generic, so fix this for the pmucru node example
in the rockchip,rk3399-cru.yaml file and rename it to "clock-controller".

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220329150742.22093-3-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
91154f0c 50cfde33

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml
··· 77 77 78 78 examples: 79 79 - | 80 - pmucru: pmu-clock-controller@ff750000 { 80 + pmucru: clock-controller@ff750000 { 81 81 compatible = "rockchip,rk3399-pmucru"; 82 82 reg = <0xff750000 0x1000>; 83 83 #clock-cells = <1>;