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

Commit 2c195f9c authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Benoit Cousson
Browse files

ARM: dts: omap3-beagle: Enable audio support



Add the needed sections to enable audio support on BeagleBoard when booted
with DT blob.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent cbb57f07
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -37,6 +37,14 @@
			linux,default-trigger = "mmc0";
		};
	};

	sound {
		compatible = "ti,omap-twl4030";
		ti,model = "omap3beagle";

		ti,mcbsp = <&mcbsp2>;
		ti,codec = <&twl_audio>;
	};
};

&i2c1 {
@@ -52,6 +60,12 @@
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <3000000>;
		};

		twl_audio: audio {
			compatible = "ti,twl4030-audio";
			codec {
			};
		};
	};
};