mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: limit vdd_npu to 0.88V for rk3399pro evaluation boards
Change-Id: I93b5e13291e52270ca79a625e968d7b34cd5985c Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
vsel-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
|
||||
regulator-name = "vdd_npu";
|
||||
regulator-min-microvolt = <750000>;
|
||||
regulator-max-microvolt = <800000>;
|
||||
regulator-max-microvolt = <880000>;
|
||||
regulator-ramp-delay = <2300>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
regulator-always-on;
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
vsel-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
|
||||
regulator-name = "vdd_npu";
|
||||
regulator-min-microvolt = <750000>;
|
||||
regulator-max-microvolt = <800000>;
|
||||
regulator-max-microvolt = <880000>;
|
||||
regulator-ramp-delay = <2300>;
|
||||
fcs,suspend-voltage-selector = <1>;
|
||||
regulator-always-on;
|
||||
|
||||
Reference in New Issue
Block a user