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

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
...@@ -60,7 +60,6 @@ sound { ...@@ -60,7 +60,6 @@ sound {
ti,model = "omap3beagle"; ti,model = "omap3beagle";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
gpio_keys { gpio_keys {
......
...@@ -71,7 +71,6 @@ sound { ...@@ -71,7 +71,6 @@ sound {
ti,model = "omap3beagle"; ti,model = "omap3beagle";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
gpio_keys { gpio_keys {
......
...@@ -16,7 +16,6 @@ sound { ...@@ -16,7 +16,6 @@ sound {
ti,model = "cm-t35"; ti,model = "cm-t35";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
}; };
......
...@@ -48,7 +48,6 @@ sound { ...@@ -48,7 +48,6 @@ sound {
ti,model = "devkit8000"; ti,model = "devkit8000";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
ti,audio-routing = ti,audio-routing =
"Ext Spk", "PREDRIVEL", "Ext Spk", "PREDRIVEL",
"Ext Spk", "PREDRIVER", "Ext Spk", "PREDRIVER",
......
...@@ -46,7 +46,6 @@ sound { ...@@ -46,7 +46,6 @@ sound {
ti,model = "gta04"; ti,model = "gta04";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
spi_lcd { spi_lcd {
......
...@@ -22,7 +22,6 @@ sound { ...@@ -22,7 +22,6 @@ sound {
compatible = "ti,omap-twl4030"; compatible = "ti,omap-twl4030";
ti,model = "igep2"; ti,model = "igep2";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
vdd33: regulator-vdd33 { vdd33: regulator-vdd33 {
......
...@@ -38,7 +38,6 @@ sound { ...@@ -38,7 +38,6 @@ sound {
ti,model = "lilly-a83x"; ti,model = "lilly-a83x";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
reg_vcc3: vcc3 { reg_vcc3: vcc3 {
......
...@@ -27,7 +27,6 @@ sound { ...@@ -27,7 +27,6 @@ sound {
ti,model = "overo"; ti,model = "overo";
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
/* HS USB Port 2 Power */ /* HS USB Port 2 Power */
......
...@@ -45,7 +45,6 @@ sound { ...@@ -45,7 +45,6 @@ sound {
/* McBSP2 is used for onboard sound, same as on beagle */ /* McBSP2 is used for onboard sound, same as on beagle */
ti,mcbsp = <&mcbsp2>; ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
}; };
/* Regulator to enable/switch the vcc of the Wifi module */ /* Regulator to enable/switch the vcc of the Wifi module */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment