diff options
| author | Dilip Kota <dkota@codeaurora.org> | 2017-01-14 03:02:22 +0530 |
|---|---|---|
| committer | Dilip Kota <dkota@codeaurora.org> | 2017-01-14 14:23:35 +0530 |
| commit | f7e1a6c6953fdc49e09ffb2d05cd1975ec16c195 (patch) | |
| tree | f157edaa71ee41733f35efa5db1ea91a9a4c0158 | |
| parent | efaccb4adb35009386634bd7eb7ccd861e2825a8 (diff) | |
ARM: dts: msm: Program slimbus bam offset address for SDM660
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 SDM660.
Change-Id: I244362984b929de35e1678a70c0d638ca14a208c
Signed-off-by: Dilip Kota <dkota@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 4a13675a07bb..ecdc2eabbd6f 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -787,7 +787,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"; @@ -800,7 +800,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"; |
