Commit aa986458 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren

ARM: dts: omap4-panda-common: Move audio related pinmux to respective nodes

Attach the pinctrl nodes to their respective device node:
mcbsp1, mcpdm and twl6040.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fd4a8a68
...@@ -109,9 +109,6 @@ wl12xx_vmmc: wl12xx_vmmc { ...@@ -109,9 +109,6 @@ wl12xx_vmmc: wl12xx_vmmc {
&omap4_pmx_core { &omap4_pmx_core {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = < pinctrl-0 = <
&twl6040_pins
&mcpdm_pins
&mcbsp1_pins
&dss_dpi_pins &dss_dpi_pins
&tfp410_pins &tfp410_pins
&dss_hdmi_pins &dss_hdmi_pins
...@@ -300,6 +297,10 @@ twl: twl@48 { ...@@ -300,6 +297,10 @@ twl: twl@48 {
twl6040: twl@4b { twl6040: twl@4b {
compatible = "ti,twl6040"; compatible = "ti,twl6040";
reg = <0x4b>; reg = <0x4b>;
pinctrl-names = "default";
pinctrl-0 = <&twl6040_pins>;
/* IRQ# = 119 */ /* IRQ# = 119 */
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */ interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
...@@ -380,6 +381,12 @@ &emif2 { ...@@ -380,6 +381,12 @@ &emif2 {
device-handle = <&elpida_ECB240ABACN>; device-handle = <&elpida_ECB240ABACN>;
}; };
&mcbsp1 {
pinctrl-names = "default";
pinctrl-0 = <&mcbsp1_pins>;
status = "okay";
};
&mcbsp2 { &mcbsp2 {
status = "disabled"; status = "disabled";
}; };
...@@ -392,6 +399,12 @@ &dmic { ...@@ -392,6 +399,12 @@ &dmic {
status = "disabled"; status = "disabled";
}; };
&mcpdm {
pinctrl-names = "default";
pinctrl-0 = <&mcpdm_pins>;
status = "okay";
};
&twl_usb_comparator { &twl_usb_comparator {
usb-supply = <&vusb>; usb-supply = <&vusb>;
}; };
......
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