Message ID | 20220326102712.20906-2-jbx6244@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/3] dt-bindings: clock: fix some conversion issues for rockchip, rk3399-cru.yaml | expand |
On 26/03/2022 11:27, Johan Jonker wrote: > The cru nodenames should be generic, "The node names" > so fix this for the pmucru node. Wrap description like in our coding style: https://elixir.bootlin.com/linux/v5.13/source/Documentation/process/submitting-patches.rst#L588 Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 88f26d89e..01c08a2aa 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>; rockchip,grf = <&pmugrf>;
The cru nodenames should be generic, so fix this for the pmucru node. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)