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:
Liang Chen
2019-06-27 21:21:12 +08:00
parent 3619f7b10d
commit 8412825f2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;