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

Modify the micorvolt of vdd_arm to support the new hardware.

Signed-off-by: Zhichao Guo <zhichao.guo@rock-chips.com>
Change-Id: Id4e102c0a72898c27e0f2547e08c5d5095edfb76
This commit is contained in:
Zhichao Guo
2023-04-27 10:02:40 +08:00
committed by Tao Huang
parent 52f971ee6e
commit ea5b730b65

View File

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