]> git.itanic.dy.fi Git - linux-stable/commitdiff
powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible string
authorPali Rohár <pali@kernel.org>
Sat, 8 Apr 2023 14:01:22 +0000 (16:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Apr 2023 02:23:13 +0000 (12:23 +1000)
"fsl,P2020RDB-PC" compatible string was present in Turris 1.x DTS file just
because Linux kernel required it for proper detection of P2020 processor
during boot.

This was quite a hack as CZ.NIC Turris 1.x is not compatible with
Freescale P2020-RDB-PC board.

Now when kernel has generic unified support for boards with P2020
processors, there is no need to have this "hack" in turris1x.dts file.

So remove incorrect "fsl,P2020RDB-PC" compatible string from turris1x.dts.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230408140122.25293-14-pali@kernel.org
arch/powerpc/boot/dts/turris1x.dts

index c9b619f6ed5cb164333c5ed415b3ceb2fa76c7a6..6612160c19d59087650d3bf1684d97a601756edf 100644 (file)
@@ -15,7 +15,7 @@
 
 / {
        model = "Turris 1.x";
-       compatible = "cznic,turris1x", "fsl,P2020RDB-PC"; /* fsl,P2020RDB-PC is required for booting Linux */
+       compatible = "cznic,turris1x";
 
        aliases {
                ethernet0 = &enet0;