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

ARM: dts: am57xx: sbc-am57x: fix UART3 pinmux

Fix UART3 pinmux.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Dmitry Lifshitz and committed by
Tony Lindgren
5ddfc9fc e46c408f

+2 -2
+2 -2
arch/arm/boot/dts/am57xx-sbc-am57x.dts
··· 25 25 &dra7_pmx_core { 26 26 uart3_pins_default: uart3_pins_default { 27 27 pinctrl-single,pins = < 28 - DRA7XX_CORE_IOPAD(0x37f8, PIN_INPUT_SLEW | MUX_MODE2) /* uart2_ctsn.uart3_rxd */ 29 - DRA7XX_CORE_IOPAD(0x37fc, PIN_INPUT_SLEW | MUX_MODE1) /* uart2_rtsn.uart3_txd */ 28 + DRA7XX_CORE_IOPAD(0x3648, PIN_INPUT_SLEW | MUX_MODE0) /* uart3_rxd */ 29 + DRA7XX_CORE_IOPAD(0x364c, PIN_INPUT_SLEW | MUX_MODE0) /* uart3_txd */ 30 30 >; 31 31 }; 32 32