Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b7daad3 authored by Gyungoh Yoo's avatar Gyungoh Yoo Committed by Mark Brown
Browse files

regulator: sky81452: Modify Device Tree structure

parent 586b1514
Loading
Loading
Loading
Loading
+6 −4
Original line number Original line Diff line number Diff line
SKY81452 voltage regulator
SKY81452 voltage regulator


Required properties:
Required properties:
- regulator node named lout.
- any required generic properties defined in regulator.txt
- any required generic properties defined in regulator.txt


Optional properties:
Optional properties:
@@ -9,8 +10,9 @@ Optional properties:
Example:
Example:


	regulator {
	regulator {
		/* generic regulator properties */
		lout {
		regulator-name = "touch_en";
			regulator-name = "sky81452-lout";
			regulator-min-microvolt = <4500000>;
			regulator-min-microvolt = <4500000>;
			regulator-max-microvolt = <8000000>;
			regulator-max-microvolt = <8000000>;
		};
		};
	};