forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/regulator/tps65218.txt
....@@ -71,8 +71,13 @@
7171 regulator-always-on;
7272 };
7373
74
+ ls2: regulator-ls2 {
75
+ regulator-min-microamp = <100000>;
76
+ regulator-max-microamp = <1000000>;
77
+ };
78
+
7479 ls3: regulator-ls3 {
75
- regulator-min-microvolt = <100000>;
76
- regulator-max-microvolt = <1000000>;
80
+ regulator-min-microamp = <100000>;
81
+ regulator-max-microamp = <1000000>;
7782 };
7883 };