mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user