diff options
| author | Shrey Vijay <shreyv@codeaurora.org> | 2017-01-17 16:30:46 +0530 |
|---|---|---|
| committer | Shrey Vijay <shreyv@codeaurora.org> | 2017-01-17 16:30:46 +0530 |
| commit | c6f603460305a8a7ba953e5e27115b03dda89dc5 (patch) | |
| tree | 94c1398d7fa10501aeb2a7602f5fc916695ee0f6 | |
| parent | 4b3736890b25b8af6a8468f13ef8a310c7468a92 (diff) | |
ARM: dts: msm: Program slimbus bam offset address for SDM630
Slimbus transactions are failing because of bam intitialization
failed with slimbus_bam_lite module. With slimbus_bam, transactions
over slimbus are successful. This patch programs the slimbus bam
offset with slimbus_bam module offset address for SDM630.
Change-Id: Ifa6c01be14614d0145fef71c847bfb41f2ec3734
Signed-off-by: Shrey Vijay <shreyv@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index 9186ce0118a3..44774f3b6efe 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -680,7 +680,7 @@ cell-index = <1>; compatible = "qcom,slim-ngd"; reg = <0x151c0000 0x2c000>, - <0x15180000 0x2e000>; + <0x15184000 0x2a000>; reg-names = "slimbus_physical", "slimbus_bam_physical"; interrupts = <0 163 0>, <0 164 0>; interrupt-names = "slimbus_irq", "slimbus_bam_irq"; @@ -693,7 +693,7 @@ cell-index = <3>; compatible = "qcom,slim-ngd"; reg = <0x15240000 0x2c000>, - <0x15200000 0x24000>; + <0x15204000 0x20000>; reg-names = "slimbus_physical", "slimbus_bam_physical"; interrupts = <0 291 0>, <0 292 0>; interrupt-names = "slimbus_irq", "slimbus_bam_irq"; |
