mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3588s: Add volt-mem-read-margin for cpub
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: Ieb99848f01503da84e1d79f1b1ff4dbdafb55aa1
This commit is contained in:
@@ -448,6 +448,14 @@
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
rockchip,grf = <&bigcore0_grf>;
|
||||
volt-mem-read-margin = <
|
||||
855000 1
|
||||
765000 2
|
||||
675000 3
|
||||
495000 4
|
||||
>;
|
||||
|
||||
opp-408000000 {
|
||||
opp-hz = /bits/ 64 <408000000>;
|
||||
opp-microvolt = <750000 750000 950000>,
|
||||
@@ -509,6 +517,14 @@
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
rockchip,grf = <&bigcore1_grf>;
|
||||
volt-mem-read-margin = <
|
||||
855000 1
|
||||
765000 2
|
||||
675000 3
|
||||
495000 4
|
||||
>;
|
||||
|
||||
opp-408000000 {
|
||||
opp-hz = /bits/ 64 <408000000>;
|
||||
opp-microvolt = <750000 750000 950000>,
|
||||
@@ -1165,6 +1181,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
bigcore0_grf: syscon@fd590000 {
|
||||
compatible = "rockchip,rk3588-bigcore0-grf", "syscon";
|
||||
reg = <0x0 0xfd590000 0x0 0x100>;
|
||||
};
|
||||
|
||||
bigcore1_grf: syscon@fd592000 {
|
||||
compatible = "rockchip,rk3588-bigcore1-grf", "syscon";
|
||||
reg = <0x0 0xfd592000 0x0 0x100>;
|
||||
};
|
||||
|
||||
vop_grf: syscon@fd5a4000 {
|
||||
compatible = "rockchip,rk3588-vop-grf", "syscon";
|
||||
reg = <0x0 0xfd5a4000 0x0 0x2000>;
|
||||
|
||||
Reference in New Issue
Block a user