brcm63xx: use upstreamed compatible name for the periph intc

This makes the eventual migration to bmips easier, as dts files
will require less changes.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
master
Jonas Gorski 8 years ago
parent 29444e4754
commit 80403e4558
  1. 2
      target/linux/brcm63xx/dts/bcm3368.dtsi
  2. 2
      target/linux/brcm63xx/dts/bcm6318.dtsi
  3. 2
      target/linux/brcm63xx/dts/bcm63268.dtsi
  4. 2
      target/linux/brcm63xx/dts/bcm6328.dtsi
  5. 2
      target/linux/brcm63xx/dts/bcm6338.dtsi
  6. 2
      target/linux/brcm63xx/dts/bcm6345.dtsi
  7. 2
      target/linux/brcm63xx/dts/bcm6348.dtsi
  8. 2
      target/linux/brcm63xx/dts/bcm6358.dtsi
  9. 2
      target/linux/brcm63xx/dts/bcm6362.dtsi
  10. 2
      target/linux/brcm63xx/dts/bcm6368.dtsi
  11. 2
      target/linux/brcm63xx/patches-4.4/320-irqchip-add-support-for-bcm6345-style-periphery-irq-.patch

@ -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 {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0x10000020 0x20>;
interrupt-controller;

@ -53,7 +53,7 @@
};
periph_intc: interrupt-controller@10000020 {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0x10000020 0x20>,
<0x10000040 0x20>;

@ -46,7 +46,7 @@
};
periph_intc: interrupt-controller@10000020 {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0x10000020 0x10>;
interrupt-controller;

@ -46,7 +46,7 @@
compatible = "simple-bus";
periph_intc: interrupt-controller@fffe000c {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0xfffe000c 0x8>;
interrupt-controller;

@ -46,7 +46,7 @@
compatible = "simple-bus";
periph_intc: interrupt-controller@fffe000c {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0xfffe000c 0x9>;
interrupt-controller;

@ -47,7 +47,7 @@
compatible = "simple-bus";
periph_intc: interrupt-controller@fffe000c {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0xfffe000c 0x8>;
interrupt-controller;

@ -53,7 +53,7 @@
compatible = "simple-bus";
periph_intc: interrupt-controller@fffe000c {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0xfffe000c 0x8>,
<0xfffe0038 0x8>;

@ -53,7 +53,7 @@
};
periph_intc: interrupt-controller@10000020 {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0x10000020 0x10>,
<0x10000030 0x10>;

@ -65,7 +65,7 @@
};
periph_intc: interrupt-controller@10000020 {
compatible = "brcm,bcm6345-periph-intc";
compatible = "brcm,bcm6345-l1-intc";
reg = <0x10000020 0x10>,
<0x10000030 0x10>;

@ -431,7 +431,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
+ 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

Loading…
Cancel
Save