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

Commit e509e404 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sunxi: Add reg_vcc3v3 supply to sunxi-common-regulators.dtsi

parent 3906c0a6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -72,4 +72,11 @@
		gpio = <&pio 7 3 0>;
		status = "disabled";
	};

	reg_vcc3v3: vcc3v3 {
		compatible = "regulator-fixed";
		regulator-name = "vcc3v3";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
	};
};