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

Commit 7ec341d9 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

ARM: dts: am43xx-epos-evm: Add regulator for VBAT and DCDC4 of tps65218



The VBAT and DCDC4 regulator is needed for audio support (tlv320aic3111)

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 56fd3dc7
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,14 @@
		enable-active-high;
		enable-active-high;
	};
	};


	vbat: fixedregulator@0 {
		compatible = "regulator-fixed";
		regulator-name = "vbat";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		regulator-boot-on;
	};

	lcd0: display {
	lcd0: display {
		compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
		compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
		label = "lcd";
		label = "lcd";
@@ -388,6 +396,15 @@
			regulator-always-on;
			regulator-always-on;
		};
		};


		dcdc4: regulator-dcdc4 {
			compatible = "ti,tps65218-dcdc4";
			regulator-name = "vdcdc4";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-boot-on;
			regulator-always-on;
		};

		dcdc5: regulator-dcdc5 {
		dcdc5: regulator-dcdc5 {
			compatible = "ti,tps65218-dcdc5";
			compatible = "ti,tps65218-dcdc5";
			regulator-name = "v1_0bat";
			regulator-name = "v1_0bat";