Skip to content

Commit

Permalink
ARM: sunxi: Add fixed 3V regulator
Browse files Browse the repository at this point in the history
A few boards we've seen have a fixed 3V regulator. Add this one on the common
DTSI.

Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
  • Loading branch information
mripard committed May 21, 2014
1 parent ce78e35 commit 172cf47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sunxi-common-regulators.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
status = "disabled";
};

reg_vcc3v0: vcc3v0 {
compatible = "regulator-fixed";
regulator-name = "vcc3v0";
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
};

reg_vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
Expand Down

0 comments on commit 172cf47

Please sign in to comment.