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

Commit 9d0f348b authored by Tony Truong's avatar Tony Truong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add SPI to support PCIe Synopsys IRQ 1 for sdxprairie



In order to support 2 Synopsys MSI group for sdxprairie, add the
SPI for Synopsys IRQ 1 to PCIe interrupt table.

Change-Id: I704dfe183ac4c8fb2f5bf83dfdd88e21ace8d7ec
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 173f8742
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -268,7 +268,8 @@
		msi-controller;
		reg = <0xa0000000 0x0>;
		interrupt-parent = <&intc>;
		interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
			<GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
		qcom,snps;
	};
};