ARM: dts: rockchip: rv1103g-evb1-v11: Add vdd_arm changes

Modify the micorvolt of vdd_arm to support the new hardware.

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: I6251a1b872241936da413f06671cb96afdc83ecd
This commit is contained in:
Weiwen Chen
2023-05-11 10:28:27 +08:00
committed by Tao Huang
parent 0c3ad7ab0d
commit 72197263ed

View File

@@ -81,3 +81,9 @@
&usbdrd_dwc3 {
dr_mode = "host";
};
&vdd_arm {
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1000000>;
regulator-init-microvolt = <900000>;
};