Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e54b911f authored by Madalin Bucur's avatar Madalin Bucur Committed by Shawn Guo
Browse files

arm64: dts: update the DPAA QBMan nodes



Use constants in the interrupt description.

Signed-off-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 647911c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -376,14 +376,14 @@
		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>;
		};

+2 −2
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@
		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>;

		};
@@ -289,7 +289,7 @@
		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>;

		};