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

regulator: sky81452: Modify Device Tree structure

Signed-off-by: default avatarGyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 586b1514
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: ...@@ -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>;
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment