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

Configure Feed

Select the types of activity you want to include in your feed.

ARM: nomadik: disable UART0 on Nomadik boards

The UART0 is not used on these boards, yet active and blocking
other use. Fix this by disabling UART0 and setting port aliases
to maintain port enumeration to userspace.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Linus Walleij and committed by
Olof Johansson
a153790a ee5d35e7

+6
+1
arch/arm/boot/dts/ste-nomadik-nhk15.dts
··· 17 17 }; 18 18 19 19 aliases { 20 + serial1 = &uart1; 20 21 stmpe-i2c0 = &stmpe0; 21 22 stmpe-i2c1 = &stmpe1; 22 23 };
+4
arch/arm/boot/dts/ste-nomadik-s8815.dts
··· 15 15 bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk"; 16 16 }; 17 17 18 + aliases { 19 + serial1 = &uart1; 20 + }; 21 + 18 22 src@101e0000 { 19 23 /* These chrystal drivers are not used on this board */ 20 24 disable-sxtalo;
+1
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
··· 757 757 clock-names = "uartclk", "apb_pclk"; 758 758 pinctrl-names = "default"; 759 759 pinctrl-0 = <&uart0_default_mux>; 760 + status = "disabled"; 760 761 }; 761 762 762 763 uart1: uart@101fb000 {