mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3308 add cpu boost device node
Change-Id: Id218fce81d87c103d9b3d4650f66633c6855a26e Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1311,11 +1311,16 @@
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
rockchip,boost = <&cpu_boost>;
|
||||
assigned-clocks = <&cru SCLK_RTC32K>;
|
||||
assigned-clock-rates = <32768>;
|
||||
};
|
||||
|
||||
cpu_boost: cpu-boost@ff550000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xff550000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
acodec: acodec@ff560000 {
|
||||
compatible = "rockchip,rk3308-codec";
|
||||
reg = <0x0 0xff560000 0x0 0x10000>;
|
||||
|
||||
Reference in New Issue
Block a user