ARM: dts: keystone: Remove ti,keystone from soc node compatible
authorAndrew Davis <afd@ti.com>
Mon, 15 May 2023 18:35:14 +0000 (13:35 -0500)
committerNishanth Menon <nm@ti.com>
Wed, 7 Jun 2023 14:02:46 +0000 (09:02 -0500)
This is just a "simple-bus" node, there is no need for the extra
compatible "ti,keystone" which is unused and undocumented.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230515183515.509371-4-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/boot/dts/keystone.dtsi

index 50789f9..552ecd5 100644 (file)
@@ -69,9 +69,9 @@
        };
 
        soc0: soc@0 {
+               compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "ti,keystone","simple-bus";
                interrupt-parent = <&gic>;
                ranges = <0x0 0x0 0x0 0xc0000000>;
                dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>;