arm64: dts: rockchip: initial voltage of vdd_npu to 0.88V for rk1808 boards

The max voltage of vdd_npu is 0.88V.

Change-Id: I5f1ec522734e48b6a9443b48692690410c020167
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2019-06-28 17:31:02 +08:00
parent f6ffcfd863
commit 55b8a53c7a
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
regulator-name = "vdd_npu";
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <880000>;
regulator-init-microvolt = <880000>;
regulator-ramp-delay = <2300>;
fcs,suspend-voltage-selector = <0>;
regulator-boot-on;

View File

@@ -278,6 +278,7 @@
regulator-name = "vdd_npu";
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <880000>;
regulator-init-microvolt = <880000>;
regulator-ramp-delay = <2300>;
fcs,suspend-voltage-selector = <0>;
regulator-boot-on;