Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap3-gta04a5: define pinmux for bluetooth enable of ti,wl1837 module

Properly pinmux the bluetooth enable so that it is not floating.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

H. Nikolaus Schaller and committed by
Tony Lindgren
2b5633eb 806c99ed

+6
+6
arch/arm/boot/dts/omap3-gta04a5.dts
··· 48 48 }; 49 49 50 50 &omap3_pmx_core { 51 + bt_pins: pinmux_bt_pins { 52 + pinctrl-single,pins = < 53 + OMAP3_CORE1_IOPAD(0x2166, PIN_OUTPUT | MUX_MODE4) /* mmc2_dat5 = mmc3_dat1 = gpio137 */ 54 + >; 55 + }; 56 + 51 57 wlan_pins: pinmux_wlan_pins { 52 58 pinctrl-single,pins = < 53 59 OMAP3_CORE1_IOPAD(0x2168, PIN_OUTPUT | MUX_MODE4) /* mmc2_dat6 = mmc3_dat2 = gpio138 */