ARM: dts: gemini: Consolidate PCI interrupt-map properties
The Gemini PCI 'interrupt-map' does not vary by board, so let's move the definition to a common location. This avoids having incomplete interrupt properties (i.e. #interrupt-cells without interrupt-map). Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
0f2752384f
commit
07a6602bdc
@ -439,24 +439,6 @@
|
|||||||
|
|
||||||
pci@50000000 {
|
pci@50000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
interrupt-map-mask = <0xf800 0 0 7>;
|
|
||||||
interrupt-map =
|
|
||||||
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
|
||||||
<0x4800 0 0 2 &pci_intc 1>,
|
|
||||||
<0x4800 0 0 3 &pci_intc 2>,
|
|
||||||
<0x4800 0 0 4 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
|
||||||
<0x5000 0 0 2 &pci_intc 2>,
|
|
||||||
<0x5000 0 0 3 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 4 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
|
||||||
<0x5800 0 0 2 &pci_intc 3>,
|
|
||||||
<0x5800 0 0 3 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 4 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
|
||||||
<0x6000 0 0 2 &pci_intc 0>,
|
|
||||||
<0x6000 0 0 3 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 4 &pci_intc 2>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@60000000 {
|
ethernet@60000000 {
|
||||||
|
@ -256,24 +256,6 @@
|
|||||||
|
|
||||||
pci@50000000 {
|
pci@50000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
interrupt-map-mask = <0xf800 0 0 7>;
|
|
||||||
interrupt-map =
|
|
||||||
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
|
||||||
<0x4800 0 0 2 &pci_intc 1>,
|
|
||||||
<0x4800 0 0 3 &pci_intc 2>,
|
|
||||||
<0x4800 0 0 4 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
|
||||||
<0x5000 0 0 2 &pci_intc 2>,
|
|
||||||
<0x5000 0 0 3 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 4 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
|
||||||
<0x5800 0 0 2 &pci_intc 3>,
|
|
||||||
<0x5800 0 0 3 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 4 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
|
||||||
<0x6000 0 0 2 &pci_intc 0>,
|
|
||||||
<0x6000 0 0 3 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 4 &pci_intc 2>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@60000000 {
|
ethernet@60000000 {
|
||||||
|
@ -252,24 +252,6 @@
|
|||||||
|
|
||||||
pci@50000000 {
|
pci@50000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
interrupt-map-mask = <0xf800 0 0 7>;
|
|
||||||
interrupt-map =
|
|
||||||
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
|
||||||
<0x4800 0 0 2 &pci_intc 1>,
|
|
||||||
<0x4800 0 0 3 &pci_intc 2>,
|
|
||||||
<0x4800 0 0 4 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
|
||||||
<0x5000 0 0 2 &pci_intc 2>,
|
|
||||||
<0x5000 0 0 3 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 4 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
|
||||||
<0x5800 0 0 2 &pci_intc 3>,
|
|
||||||
<0x5800 0 0 3 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 4 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
|
||||||
<0x6000 0 0 2 &pci_intc 0>,
|
|
||||||
<0x6000 0 0 3 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 4 &pci_intc 2>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@60000000 {
|
ethernet@60000000 {
|
||||||
|
@ -140,24 +140,6 @@
|
|||||||
|
|
||||||
pci@50000000 {
|
pci@50000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
interrupt-map-mask = <0xf800 0 0 7>;
|
|
||||||
interrupt-map =
|
|
||||||
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
|
||||||
<0x4800 0 0 2 &pci_intc 1>,
|
|
||||||
<0x4800 0 0 3 &pci_intc 2>,
|
|
||||||
<0x4800 0 0 4 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
|
||||||
<0x5000 0 0 2 &pci_intc 2>,
|
|
||||||
<0x5000 0 0 3 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 4 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
|
||||||
<0x5800 0 0 2 &pci_intc 3>,
|
|
||||||
<0x5800 0 0 3 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 4 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
|
||||||
<0x6000 0 0 2 &pci_intc 0>,
|
|
||||||
<0x6000 0 0 3 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 4 &pci_intc 2>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@60000000 {
|
ethernet@60000000 {
|
||||||
|
@ -151,24 +151,6 @@
|
|||||||
|
|
||||||
pci@50000000 {
|
pci@50000000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
interrupt-map-mask = <0xf800 0 0 7>;
|
|
||||||
interrupt-map =
|
|
||||||
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
|
||||||
<0x4800 0 0 2 &pci_intc 1>,
|
|
||||||
<0x4800 0 0 3 &pci_intc 2>,
|
|
||||||
<0x4800 0 0 4 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
|
||||||
<0x5000 0 0 2 &pci_intc 2>,
|
|
||||||
<0x5000 0 0 3 &pci_intc 3>,
|
|
||||||
<0x5000 0 0 4 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
|
||||||
<0x5800 0 0 2 &pci_intc 3>,
|
|
||||||
<0x5800 0 0 3 &pci_intc 0>,
|
|
||||||
<0x5800 0 0 4 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
|
||||||
<0x6000 0 0 2 &pci_intc 0>,
|
|
||||||
<0x6000 0 0 3 &pci_intc 1>,
|
|
||||||
<0x6000 0 0 4 &pci_intc 2>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet@60000000 {
|
ethernet@60000000 {
|
||||||
|
@ -289,9 +289,28 @@
|
|||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
#interrupt-cells = <1>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
#interrupt-cells = <1>;
|
||||||
|
interrupt-map-mask = <0xf800 0 0 7>;
|
||||||
|
interrupt-map =
|
||||||
|
<0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
|
||||||
|
<0x4800 0 0 2 &pci_intc 1>,
|
||||||
|
<0x4800 0 0 3 &pci_intc 2>,
|
||||||
|
<0x4800 0 0 4 &pci_intc 3>,
|
||||||
|
<0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
|
||||||
|
<0x5000 0 0 2 &pci_intc 2>,
|
||||||
|
<0x5000 0 0 3 &pci_intc 3>,
|
||||||
|
<0x5000 0 0 4 &pci_intc 0>,
|
||||||
|
<0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
|
||||||
|
<0x5800 0 0 2 &pci_intc 3>,
|
||||||
|
<0x5800 0 0 3 &pci_intc 0>,
|
||||||
|
<0x5800 0 0 4 &pci_intc 1>,
|
||||||
|
<0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
|
||||||
|
<0x6000 0 0 2 &pci_intc 0>,
|
||||||
|
<0x6000 0 0 3 &pci_intc 1>,
|
||||||
|
<0x6000 0 0 4 &pci_intc 2>;
|
||||||
|
|
||||||
bus-range = <0x00 0xff>;
|
bus-range = <0x00 0xff>;
|
||||||
/* PCI ranges mappings */
|
/* PCI ranges mappings */
|
||||||
ranges =
|
ranges =
|
||||||
|
Loading…
Reference in New Issue
Block a user