mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: dts: msm: Add qsee_ipc_irq_bridge nodes for SM8150
The qsee_ipc_irq_bridge bridges interrupt notifications to userspace by creating a char dev for userspace to poll until an interrupt from QSEE arrives. Change-Id: I2b4150428d59ce4edd038de11a59b36f5f78e958 Signed-off-by: Chris Lew <clew@codeaurora.org>
This commit is contained in:
parent
f2dc86b171
commit
020f4b68be
@ -2279,6 +2279,17 @@
|
||||
#interrupt-cells = <3>;
|
||||
};
|
||||
|
||||
qcom,qsee_irq_bridge {
|
||||
compatible = "qcom,qsee-ipc-irq-bridge";
|
||||
|
||||
qcom,qsee-ipc-irq-spss {
|
||||
qcom,dev-name = "qsee_ipc_irq_spss";
|
||||
label = "spss";
|
||||
interrupt-parent = <&intsp>;
|
||||
interrupts = <1 0 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
};
|
||||
|
||||
qcom,glink {
|
||||
compatible = "qcom,glink";
|
||||
#address-cells = <1>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user