diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-10-23 12:32:20 +0300 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-23 11:40:47 +0200 |
commit | b306e7b819edd0515e18f5ca7e0d1cb4b0e4e58a (patch) | |
tree | 9010cff1dfd06f243e03146b49656f2e98473561 /arch/arm | |
parent | 472e623db8d7ddc7fe15c44f1bba8f7772aede50 (diff) | |
download | linux-b306e7b819edd0515e18f5ca7e0d1cb4b0e4e58a.tar.gz linux-b306e7b819edd0515e18f5ca7e0d1cb4b0e4e58a.tar.bz2 linux-b306e7b819edd0515e18f5ca7e0d1cb4b0e4e58a.zip |
ARM: dts: omap5-uevm: Remove pinmux for dmic pins
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM
support got deprecated in favor of uEVM (or Panda5) the content was not
validated.
Panda5 does not have support for digital microphones so remove the pinmux
section for it.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 4d79c7b0cb4e..002fa70180a5 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -62,7 +62,6 @@ pinctrl-0 = < &twl6040_pins &mcpdm_pins - &dmic_pins &mcbsp1_pins &mcbsp2_pins &usbhost_pins @@ -85,15 +84,6 @@ >; }; - dmic_pins: pinmux_dmic_pins { - pinctrl-single,pins = < - 0x144 (PIN_INPUT | MUX_MODE0) /* abedmic_din1.abedmic_din1 */ - 0x146 (PIN_INPUT | MUX_MODE0) /* abedmic_din2.abedmic_din2 */ - 0x148 (PIN_INPUT | MUX_MODE0) /* abedmic_din3.abedmic_din3 */ - 0x14a (PIN_OUTPUT | MUX_MODE0) /* abedmic_clk1.abedmic_clk1 */ - >; - }; - mcbsp1_pins: pinmux_mcbsp1_pins { pinctrl-single,pins = < 0x14c (PIN_INPUT | MUX_MODE1) /* abedmic_clk2.abemcbsp1_fsx */ |