diff options
| author | Dhoat Harpal <hdhoat@codeaurora.org> | 2016-09-21 17:02:43 +0530 |
|---|---|---|
| committer | Dhoat Harpal <hdhoat@codeaurora.org> | 2016-09-22 18:36:38 +0530 |
| commit | 2d5ea418dc3083e801c046207ce08501e32020a0 (patch) | |
| tree | a9312b1aeed20c63ac76a8561448f7615dc16c33 | |
| parent | 9e2d528dc47d04e98c5e6f1c4ef84fc268115d36 (diff) | |
ARM: dts: msm: Fix smem rpm xprt entry for msmfalcon
Smem rpm entry's node address doesn't match reg value inside that node.
Updated address of smem rpm entry.
CRs-Fixed: 1069380
Change-Id: Ic332f87666e405edbf3511671828ba824af1f3a2
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index bb5dc54d90f6..09d2ad95de19 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -401,7 +401,7 @@ label = "cdsp"; }; - qcom,glink-smem-native-xprt-rpm@68000 { + qcom,glink-smem-native-xprt-rpm@778000 { compatible = "qcom,glink-rpm-native-xprt"; reg = <0x778000 0x7000>, <0x17911008 0x4>; |
