projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
551e645
)
arm64: dts: rockchip: use generic node name for pmucru on rk3399
author
Johan Jonker
<jbx6244@gmail.com>
Tue, 29 Mar 2022 15:07:41 +0000
(17:07 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 10 Apr 2022 17:06:24 +0000
(19:06 +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>
Link:
https://lore.kernel.org/r/20220329150742.22093-5-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 88f26d89eea1a36731ff507f14b9da574bf7d070..01c08a2aaf7304facc28f1f6e6c195c5fe7ee389 100644
(file)
--- 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>;