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 Diff line number Diff line
SKY81452 voltage regulator

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

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

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