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

Commit e82be16b authored by Anil Kumar's avatar Anil Kumar Committed by Benoit Cousson
Browse files

ARM: dts: omap3-devkit8000: Enable audio support



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

Signed-off-by: default avatarAnil Kumar <anilk4.v@gmail.com>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent 4bfe6341
Loading
Loading
Loading
Loading
+19 −4
Original line number Original line Diff line number Diff line
@@ -42,6 +42,19 @@
                };
                };


	};
	};

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

		ti,mcbsp = <&mcbsp2>;
		ti,codec = <&twl_audio>;
		ti,audio-routing =
			"Ext Spk", "PREDRIVEL",
			"Ext Spk", "PREDRIVER",
			"MAINMIC", "Main Mic",
			"Main Mic", "Mic Bias 1";
	};
};
};


&i2c1 {
&i2c1 {
@@ -50,6 +63,12 @@
	twl: twl@48 {
	twl: twl@48 {
		reg = <0x48>;
		reg = <0x48>;
		interrupts = <7>;	/* SYS_NIRQ cascaded to intc */
		interrupts = <7>;	/* SYS_NIRQ cascaded to intc */

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


@@ -85,10 +104,6 @@
	status = "disabled";
	status = "disabled";
};
};


&mcbsp2 {
	status = "disabled";
};

&mcbsp3 {
&mcbsp3 {
	status = "disabled";
	status = "disabled";
};
};