Messages in this thread Patch in this message |  | | From | Johan Jonker <> | Subject | [PATCH v4 12/16] arm64: dts: rockchip: rk3399: use generic node name for pmucru | Date | Sat, 2 Apr 2022 16:36:32 +0200 |
| |
The node names should be generic, so fix this for the rk3399 pmucru node and rename it to "clock-controller".
Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index ce1cc42ff..56af1a1d6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1413,7 +1413,7 @@ clock-names = "apb_pclk"; }; - pmucru: pmu-clock-controller@ff750000 { + pmucru: clock-controller@ff750000 { compatible = "rockchip,rk3399-pmucru"; reg = <0x0 0xff750000 0x0 0x1000>; clocks = <&xin24m>; -- 2.20.1
|  |