diff options
| author | Chris Lew <clew@codeaurora.org> | 2016-07-05 15:09:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-15 15:43:14 -0700 |
| commit | edaa2cd1bc0a52932cfec8f762ada9bf9278031d (patch) | |
| tree | 4b95152c4a5ba1afc88d1bbe53ff859797884458 | |
| parent | ea475748cae7c85568840b9259fba189f80f1b21 (diff) | |
ARM: dts: msm: Remove SMD device for Modem edge for MSMCOBALT
SMD clients for Modem have migrated to G-Link.
Remove SMD device for Modem edge.
CRs-Fixed: 1041459
Change-Id: I6122ceb014f70b8e0ac005bc3789fbd13a3e867a
Signed-off-by: Chris Lew <clew@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index e2f3d947cc06..1b11e6a16988 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -1112,16 +1112,6 @@ "smem_targ_info_reg"; qcom,mpu-enabled; - qcom,smd-modem { - compatible = "qcom,smd"; - qcom,smd-edge = <0>; - qcom,smd-irq-offset = <0x0>; - qcom,smd-irq-bitmask = <0x1000>; - interrupts = <0 449 1>; - label = "modem"; - qcom,not-loadable; - }; - qcom,smd-adsp { compatible = "qcom,smd"; qcom,smd-edge = <1>; |
