This makes the eventual migration to bmips easier, as dts files will require less changes. Signed-off-by: Jonas Gorski <[email protected]>
@@ -53,7 +53,7 @@
compatible = "simple-bus";
periph_intc: interrupt-controller@fff8c00c {
- compatible = "brcm,bcm6345-periph-intc";
+ compatible = "brcm,bcm6345-l1-intc";
reg = <0xfff8c00c 0x8>;
interrupt-controller;
@@ -47,7 +47,7 @@
};
periph_intc: interrupt-controller@10000020 {
reg = <0x10000020 0x20>;
reg = <0x10000020 0x20>,
<0x10000040 0x20>;
@@ -46,7 +46,7 @@
reg = <0x10000020 0x10>;
periph_intc: interrupt-controller@fffe000c {
reg = <0xfffe000c 0x8>;
reg = <0xfffe000c 0x9>;
reg = <0xfffe000c 0x8>,
<0xfffe0038 0x8>;
reg = <0x10000020 0x10>,
<0x10000030 0x10>;
@@ -65,7 +65,7 @@
@@ -431,7 +431,7 @@ Signed-off-by: Jonas Gorski <[email protected]>
+ return ret;
+}
+
-+IRQCHIP_DECLARE(bcm6345_periph_intc, "brcm,bcm6345-periph-intc",
++IRQCHIP_DECLARE(bcm6345_periph_intc, "brcm,bcm6345-l1-intc",
+ bcm6345_periph_of_init);
+#endif
--- /dev/null