mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3399pro-npu set armclk to 1200MHz
Set cpu clock to 1.2GHz and vdd_cpu fixed to 0.85v by hardware. Change-Id: Ib3d537a4ec4e419b36140d556771b3ba041dc24e Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
regulator-name = "vdd_cpu";
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <1000000>;
|
||||
regulator-max-microvolt = <1000000>;
|
||||
regulator-min-microvolt = <850000>;
|
||||
regulator-max-microvolt = <850000>;
|
||||
};
|
||||
|
||||
vcc5v0_sys: vcc5v0-sys {
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
<&cru LSCLK_BUS_PRE>;
|
||||
assigned-clock-rates =
|
||||
<1188000000>, <1000000000>,
|
||||
<100000000>, <816000000>,
|
||||
<100000000>, <1200000000>,
|
||||
<200000000>, <100000000>,
|
||||
<300000000>, <200000000>,
|
||||
<100000000>;
|
||||
|
||||
Reference in New Issue
Block a user