Skip to content

Commit

Permalink
powerpc: dts: t1040rdb: fix compatible string for Rev A boards
Browse files Browse the repository at this point in the history
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: 5ebb747 ("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>
  • Loading branch information
Vladimir Oltean authored and Jakub Kicinski committed Feb 28, 2023
1 parent 8f9850d commit ae44f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/ {
model = "fsl,T1040RDB-REV-A";
compatible = "fsl,T1040RDB-REV-A";
};

&seville_port0 {
Expand Down

0 comments on commit ae44f1c

Please sign in to comment.