Skip to content

Commit 4b34983

Browse files
glneonmenon
authored andcommitted
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>
1 parent 5ae8afd commit 4b34983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/keystone.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
};
7070

7171
soc0: soc@0 {
72+
compatible = "simple-bus";
7273
#address-cells = <1>;
7374
#size-cells = <1>;
74-
compatible = "ti,keystone","simple-bus";
7575
interrupt-parent = <&gic>;
7676
ranges = <0x0 0x0 0x0 0xc0000000>;
7777
dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>;

0 commit comments

Comments
 (0)