ARM: dts: msm: enable QGIC MSI for RC1 on MSM8996 AUTO platforms
PCIe1 endpoint on MSM8996 AUTO platforms uses QGIC MSI interrupts instead of Synopsys MSI. Thus, enable QGIC MSI for PCIe1 for MSM8996 AUTO platforms. Change-Id: I5814deee87651097dca30f8cc85c563c1451733e Signed-off-by: Tony Truong <truong@codeaurora.org>
This commit is contained in:
parent
87dbd09664
commit
a53676c1d0
2 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
qcom,msi-gicm-addr = <0x09BD0040>;
|
||||
qcom,msi-gicm-base = <0x240>;
|
||||
};
|
||||
|
||||
&uartblsp2dm1 {
|
||||
status = "ok";
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -954,6 +954,9 @@
|
|||
};
|
||||
|
||||
&pcie1 {
|
||||
qcom,msi-gicm-addr = <0x09BD0040>;
|
||||
qcom,msi-gicm-base = <0x240>;
|
||||
|
||||
/delete-property/ qcom,ep-wakeirq;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue