diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-08-03 07:35:18 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-08-09 00:29:55 +0300 |
commit | cadcd35ffa18a3d827cb311dbf0a93d221625907 (patch) | |
tree | 2695ddccd65870ab39862d2bb9f828312776d57f /arch/arm64/boot/dts/qcom | |
parent | a147eda71137a180e125dac0d6481cdc18265895 (diff) | |
download | linux-cadcd35ffa18a3d827cb311dbf0a93d221625907.tar.xz |
arm64: dts: qcom: msm8996: Specify smd-edge for ADSP
Add the smd-edge node for the adsp, to allow SMD communication with the
ADSP.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index d2d516bf8bcb..887b61c872dd 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -839,6 +839,15 @@ qcom,smem-states = <&adsp_smp2p_out 0>; qcom,smem-state-names = "stop"; + + smd-edge { + interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>; + + label = "lpass"; + qcom,ipc = <&apcs 16 8>; + qcom,smd-edge = <1>; + qcom,remote-pid = <2>; + }; }; adsp-smp2p { |