mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user