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

Commit 172cf474 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sunxi: Add fixed 3V regulator



A few boards we've seen have a fixed 3V regulator. Add this one on the common
DTSI.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
parent ce78e353
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -73,6 +73,13 @@
		status = "disabled";
		status = "disabled";
	};
	};


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

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