It looks like U-Boot fails to start the kernel properly when the
compatible string of the board isn't fsl,T1040RDB, so stop overriding it
from the rev-a.dts.
Fixes: 5ebb747492
("powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
29 lines
366 B
Text
29 lines
366 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* T1040RDB-REV-A Device Tree Source
|
|
*
|
|
* Copyright 2014 - 2015 Freescale Semiconductor Inc.
|
|
*
|
|
*/
|
|
|
|
#include "t1040rdb.dts"
|
|
|
|
/ {
|
|
model = "fsl,T1040RDB-REV-A";
|
|
};
|
|
|
|
&seville_port0 {
|
|
label = "ETH5";
|
|
};
|
|
|
|
&seville_port2 {
|
|
label = "ETH7";
|
|
};
|
|
|
|
&seville_port4 {
|
|
label = "ETH9";
|
|
};
|
|
|
|
&seville_port6 {
|
|
label = "ETH11";
|
|
};
|