mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
arm64: dts: tqma9352-mba93xx[cl]a: swap ethernet aliases
In mainboard schematics ENET1 is eqos and ENET2 is fec. This is reversed to standard aliases using base addresses for ordering. Adjust aliases for all mainboards accordingly. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
db55b909e1
commit
a3bfd9e811
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||||
* Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||||
* D-82229 Seefeld, Germany.
|
||||
* Author: Markus Niebel
|
||||
* Author: Alexander Stein
|
||||
|
|
@ -26,8 +26,8 @@ chosen {
|
|||
|
||||
aliases {
|
||||
eeprom0 = &eeprom0;
|
||||
ethernet0 = &fec;
|
||||
ethernet1 = &eqos;
|
||||
ethernet0 = &eqos;
|
||||
ethernet1 = &fec;
|
||||
rtc0 = &pcf85063;
|
||||
rtc1 = &bbnsm_rtc;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||||
* Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||||
* D-82229 Seefeld, Germany.
|
||||
* Author: Markus Niebel
|
||||
* Author: Alexander Stein
|
||||
|
|
@ -26,8 +26,8 @@ chosen {
|
|||
|
||||
aliases {
|
||||
eeprom0 = &eeprom0;
|
||||
ethernet0 = &fec;
|
||||
ethernet1 = &eqos;
|
||||
ethernet0 = &eqos;
|
||||
ethernet1 = &fec;
|
||||
rtc0 = &pcf85063;
|
||||
rtc1 = &bbnsm_rtc;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user