arm64: dts: rockchip: rk3588-rk806-single: initialize the configuration of NLDO5

The single-pmic configuration is based on the EVB7

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: If3e9136ce9e0ebbd50780bc7d06481e6c69bcf12
This commit is contained in:
shengfei Xu
2022-04-06 08:14:04 +00:00
committed by Tao Huang
parent 443afabe9c
commit 335ee47416
3 changed files with 7 additions and 25 deletions

View File

@@ -49,7 +49,7 @@
regulator-always-on;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <750000>;
vin-supply = <&nldo5_s0>;
vin-supply = <&vdd_0v75_s0>;
};
pcie30_avdd1v8: pcie30-avdd1v8 {
@@ -415,17 +415,6 @@
};
};
&nldo5_s0 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <750000>;
rregulator-name = "nldo5_s0";
regulator-state-mem {
regulator-off-in-suspend;
};
};
&pcie30phy {
status = "okay";
};

View File

@@ -381,8 +381,12 @@
};
};
nldo5_s0: NLDO_REG5 {
regulator-name = "nldo5_s0";
vdd_0v75_s0: NLDO_REG5 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <750000>;
regulator-name = "vdd_0v75_s0";
regulator-state-mem {
regulator-off-in-suspend;
};

View File

@@ -726,14 +726,3 @@
&usbhost_dwc3_0 {
status = "disabled";
};
&nldo5_s0 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <750000>;
rregulator-name = "nldo5_s0";
regulator-state-mem {
regulator-off-in-suspend;
};
};