arm64: dts: rockchip: px30: Add cpu boost device node

Change-Id: I3b7e37238fad55e7d300f47db937d20a177fe894
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-05-09 12:18:39 +08:00
committed by Tao Huang
parent e04294acdf
commit fb208ef145

View File

@@ -913,8 +913,9 @@
cru: clock-controller@ff2b0000 {
compatible = "rockchip,px30-cru";
reg = <0x0 0xff2b0000 0x0 0x9000>;
reg = <0x0 0xff2b0000 0x0 0x1000>;
rockchip,grf = <&grf>;
rockchip,boost = <&cpu_boost>;
#clock-cells = <1>;
#reset-cells = <1>;
@@ -922,6 +923,11 @@
assigned-clock-rates = <1188000000>, <816000000>;
};
cpu_boost: cpu-boost@ff2b8000 {
compatible = "syscon";
reg = <0x0 0xff2b8000 0x0 0x1000>;
};
pmucru: pmu-clock-controller@ff2bc000 {
compatible = "rockchip,px30-pmucru";
reg = <0x0 0xff2bc000 0x0 0x1000>;