diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-30 07:05:14 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-30 07:05:13 -0800 |
| commit | e90fdbd26f5138f5de91342674b4e8febcbed778 (patch) | |
| tree | f10797051f10396827ba9d0ab8c67f89d2dd5a7b | |
| parent | a3ab00251b26331eaba5d549693dfc1610e52277 (diff) | |
| parent | 078cdbd84761aa8141690a56c6b7e1e0473b489f (diff) | |
Merge "ARM: dts: msm: Remove SPSS notification for msm8998"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998.dtsi | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998.dtsi b/arch/arm/boot/dts/qcom/msm8998.dtsi index c71392dad5de..30679791006b 100644 --- a/arch/arm/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998.dtsi @@ -1286,8 +1286,7 @@ compatible = "qcom,glink_ssr"; label = "modem"; qcom,edge = "mpss"; - qcom,notify-edges = <&glink_lpass>, <&glink_dsps>, <&glink_rpm>, - <&glink_spss>; + qcom,notify-edges = <&glink_lpass>, <&glink_dsps>, <&glink_rpm>; qcom,xprt = "smem"; }; @@ -1295,8 +1294,7 @@ compatible = "qcom,glink_ssr"; label = "adsp"; qcom,edge = "lpass"; - qcom,notify-edges = <&glink_mpss>, <&glink_dsps>, <&glink_rpm>, - <&glink_spss>; + qcom,notify-edges = <&glink_mpss>, <&glink_dsps>, <&glink_rpm>; qcom,xprt = "smem"; }; @@ -1304,8 +1302,7 @@ compatible = "qcom,glink_ssr"; label = "slpi"; qcom,edge = "dsps"; - qcom,notify-edges = <&glink_mpss>, <&glink_lpass>, <&glink_rpm>, - <&glink_spss>; + qcom,notify-edges = <&glink_mpss>, <&glink_lpass>, <&glink_rpm>; qcom,xprt = "smem"; }; |
