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

ARM: dts: Drop serial 1 alias on GW7001

The Gateaway 7001 has a serial port alias for serial1, this has
proven detrimental on the WG302 so remove it on this machine
as well.

Drop in a small comment that this machine is based on IXP422.

Cc: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -2
+1 -2
arch/arm/boot/dts/intel-ixp42x-gateway-7001.dts
··· 1 1 // SPDX-License-Identifier: ISC 2 2 /* 3 - * Device Tree file for Gateway 7001 AP 3 + * Device Tree file for Gateway 7001 AP based on IXP422 4 4 * Derived from boardfiles written by Imre Kaloz 5 5 */ 6 6 ··· 29 29 aliases { 30 30 /* second UART is the primary console */ 31 31 serial0 = &uart1; 32 - serial1 = &uart0; 33 32 }; 34 33 35 34 soc {