Commit 71bed41c authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Remove L3 compatible value for dm816x

The interconnects on dm816x are like on omap4, so we should use
l3-noc instead of l3-smx. But as the related SoC specific
l3_target_data is still missing from omap_l3_noc let's just
remove the entry for now.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Reported-by: default avatarMatthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3353b693
...@@ -58,7 +58,7 @@ mpu { ...@@ -58,7 +58,7 @@ mpu {
* the whole bus hierarchy. * the whole bus hierarchy.
*/ */
ocp { ocp {
compatible = "ti,omap3-l3-smx", "simple-bus"; compatible = "simple-bus";
reg = <0x44000000 0x10000>; reg = <0x44000000 0x10000>;
interrupts = <9 10>; interrupts = <9 10>;
#address-cells = <1>; #address-cells = <1>;
......
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