mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
0b6a849bb7
commit
8d3ca344bb
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: ISC
|
||||
/*
|
||||
* Device Tree file for Gateway 7001 AP
|
||||
* Device Tree file for Gateway 7001 AP based on IXP422
|
||||
* Derived from boardfiles written by Imre Kaloz
|
||||
*/
|
||||
|
||||
|
|
@ -29,7 +29,6 @@
|
|||
aliases {
|
||||
/* second UART is the primary console */
|
||||
serial0 = &uart1;
|
||||
serial1 = &uart0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue