arm64: dts: update the DPAA QBMan nodes
authorMadalin Bucur <madalin.bucur@nxp.com>
Tue, 3 Oct 2017 13:04:15 +0000 (16:04 +0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Oct 2017 06:52:40 +0000 (14:52 +0800)
Use constants in the interrupt description.

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index c196ac7..380e7c7 100644 (file)
                qman: qman@1880000 {
                        compatible = "fsl,qman";
                        reg = <0x0 0x1880000 0x0 0x10000>;
-                       interrupts = <0 45 0x4>;
+                       interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
                        memory-region = <&qman_fqd &qman_pfdr>;
                };
 
                bman: bman@1890000 {
                        compatible = "fsl,bman";
                        reg = <0x0 0x1890000 0x0 0x10000>;
-                       interrupts = <0 45 0x4>;
+                       interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
                        memory-region = <&bman_fbpr>;
                };
 
index f245467..3a07914 100644 (file)
                qman: qman@1880000 {
                        compatible = "fsl,qman";
                        reg = <0x0 0x1880000 0x0 0x10000>;
-                       interrupts = <0 45 0x4>;
+                       interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
                        memory-region = <&qman_fqd &qman_pfdr>;
 
                };
                bman: bman@1890000 {
                        compatible = "fsl,bman";
                        reg = <0x0 0x1890000 0x0 0x10000>;
-                       interrupts = <0 45 0x4>;
+                       interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
                        memory-region = <&bman_fbpr>;
 
                };