Commit 4b349837 authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon

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: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230515183515.509371-4-afd@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 5ae8afd4
......@@ -69,9 +69,9 @@ psci {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment