forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/rv1108-evb.dts
....@@ -97,8 +97,8 @@
9797 regulator-always-on;
9898 regulator-boot-on;
9999 regulator-state-mem {
100
- regulator-state-enabled;
101
- regulator-state-uv = <900000>;
100
+ regulator-on-in-suspend;
101
+ regulator-suspend-microvolt = <900000>;
102102 };
103103 };
104104
....@@ -107,7 +107,7 @@
107107 regulator-min-microvolt = <700000>;
108108 regulator-max-microvolt = <2000000>;
109109 regulator-state-mem {
110
- regulator-state-disabled;
110
+ regulator-off-in-suspend;
111111 };
112112 };
113113
....@@ -116,7 +116,7 @@
116116 regulator-always-on;
117117 regulator-boot-on;
118118 regulator-state-mem {
119
- regulator-state-enabled;
119
+ regulator-on-in-suspend;
120120 };
121121 };
122122
....@@ -127,8 +127,8 @@
127127 regulator-always-on;
128128 regulator-boot-on;
129129 regulator-state-mem {
130
- regulator-state-enabled;
131
- regulator-state-uv = <3300000>;
130
+ regulator-on-in-suspend;
131
+ regulator-suspend-microvolt = <3300000>;
132132 };
133133 };
134134
....@@ -139,7 +139,7 @@
139139 regulator-always-on;
140140 regulator-boot-on;
141141 regulator-state-mem {
142
- regulator-state-disabled;
142
+ regulator-off-in-suspend;
143143 };
144144 };
145145
....@@ -150,7 +150,7 @@
150150 regulator-always-on;
151151 regulator-boot-on;
152152 regulator-state-mem {
153
- regulator-state-disabled;
153
+ regulator-off-in-suspend;
154154 };
155155 };
156156
....@@ -161,8 +161,8 @@
161161 regulator-always-on;
162162 regulator-boot-on;
163163 regulator-state-mem {
164
- regulator-state-enabled;
165
- regulator-state-uv = <1000000>;
164
+ regulator-on-in-suspend;
165
+ regulator-suspend-microvolt = <1000000>;
166166 };
167167 };
168168 };