diff options
author | Andrew Davis <afd@ti.com> | 2023-05-15 21:35:14 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-06-07 17:02:46 +0300 |
commit | 4b3498372664efe3755255402537e243bc83eb82 (patch) | |
tree | 2da51dca6ce32d54279f1ea94a1871221ea00fda /arch/arm/boot/dts | |
parent | 5ae8afd41ea5a1767d0b683ffa8f9ff3d9c7e68c (diff) | |
download | linux-4b3498372664efe3755255402537e243bc83eb82.tar.xz |
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 <afd@ti.com>
Link: https://lore.kernel.org/r/20230515183515.509371-4-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 50789f9e2215..552ecd546cfd 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>; |