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

Commit 3eb78ea8 authored by Marek Belisko's avatar Marek Belisko Committed by Tony Lindgren
Browse files

ARM: dts: omap3: Remove all references to ti,codec property



ti,codec property is not used (parsed) in omap-twl4030 driver. The ti,twl4030-audio
which ti,codec points by phandle is mfd driver and device for ASoC codec is created
w/o DT compatible string. Removing all references in DT files.

Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d37530a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@
		ti,model = "omap3beagle";

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

	gpio_keys {
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@
		ti,model = "omap3beagle";

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

	gpio_keys {
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
		ti,model = "cm-t35";

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

+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@
		ti,model = "devkit8000";

		ti,mcbsp = <&mcbsp2>;
		ti,codec = <&twl_audio>;
		ti,audio-routing =
			"Ext Spk", "PREDRIVEL",
			"Ext Spk", "PREDRIVER",
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
		ti,model = "gta04";

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

	spi_lcd {
Loading