From 4b3498372664efe3755255402537e243bc83eb82 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 15 May 2023 13:35:14 -0500 Subject: [PATCH] ARM: dts: keystone: Remove ti,keystone from soc node compatible 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 Link: https://lore.kernel.org/r/20230515183515.509371-4-afd@ti.com Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/keystone.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 50789f9..552ecd5 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -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>; -- 2.7.4