提交 e54b911f 编写于 作者: M Madalin Bucur 提交者: Shawn Guo

arm64: dts: update the DPAA QBMan nodes

Use constants in the interrupt description.
Signed-off-by: NMadalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 647911c8
...@@ -376,14 +376,14 @@ ...@@ -376,14 +376,14 @@
qman: qman@1880000 { qman: qman@1880000 {
compatible = "fsl,qman"; compatible = "fsl,qman";
reg = <0x0 0x1880000 0x0 0x10000>; reg = <0x0 0x1880000 0x0 0x10000>;
interrupts = <0 45 0x4>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
memory-region = <&qman_fqd &qman_pfdr>; memory-region = <&qman_fqd &qman_pfdr>;
}; };
bman: bman@1890000 { bman: bman@1890000 {
compatible = "fsl,bman"; compatible = "fsl,bman";
reg = <0x0 0x1890000 0x0 0x10000>; reg = <0x0 0x1890000 0x0 0x10000>;
interrupts = <0 45 0x4>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
memory-region = <&bman_fbpr>; memory-region = <&bman_fbpr>;
}; };
......
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
qman: qman@1880000 { qman: qman@1880000 {
compatible = "fsl,qman"; compatible = "fsl,qman";
reg = <0x0 0x1880000 0x0 0x10000>; reg = <0x0 0x1880000 0x0 0x10000>;
interrupts = <0 45 0x4>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
memory-region = <&qman_fqd &qman_pfdr>; memory-region = <&qman_fqd &qman_pfdr>;
}; };
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
bman: bman@1890000 { bman: bman@1890000 {
compatible = "fsl,bman"; compatible = "fsl,bman";
reg = <0x0 0x1890000 0x0 0x10000>; reg = <0x0 0x1890000 0x0 0x10000>;
interrupts = <0 45 0x4>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
memory-region = <&bman_fbpr>; memory-region = <&bman_fbpr>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册