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

Commit c482bff8 authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by Bjorn Helgaas
Browse files

arm64: dts: ls1012a: Add MSI controller DT node



Add MSI controller node for ls1012a platform.

Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarMinghuan Lian <minghuan.Lian@nxp.com>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 68ace22e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -471,5 +471,12 @@
			dr_mode = "host";
			phy_type = "ulpi";
		};

		msi: msi-controller1@1572000 {
			compatible = "fsl,ls1012a-msi";
			reg = <0x0 0x1572000 0x0 0x8>;
			msi-controller;
			interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
		};
	};
};