xref: /linux/Documentation/devicetree/bindings/regulator/sky81452-regulator.txt (revision 9839d627c2a2c74facde9a9ee949f2ba0a1363b1)
1*9839d627SGyungoh YooSKY81452 voltage regulator
2*9839d627SGyungoh Yoo
3*9839d627SGyungoh YooRequired properties:
4*9839d627SGyungoh Yoo- any required generic properties defined in regulator.txt
5*9839d627SGyungoh Yoo
6*9839d627SGyungoh YooOptional properties:
7*9839d627SGyungoh Yoo- any available generic properties defined in regulator.txt
8*9839d627SGyungoh Yoo
9*9839d627SGyungoh YooExample:
10*9839d627SGyungoh Yoo
11*9839d627SGyungoh Yoo	regulator {
12*9839d627SGyungoh Yoo		/* generic regulator properties */
13*9839d627SGyungoh Yoo		regulator-name = "touch_en";
14*9839d627SGyungoh Yoo		regulator-min-microvolt = <4500000>;
15*9839d627SGyungoh Yoo		regulator-max-microvolt = <8000000>;
16*9839d627SGyungoh Yoo	};
17