From f7e1a6c6953fdc49e09ffb2d05cd1975ec16c195 Mon Sep 17 00:00:00 2001 From: Dilip Kota Date: Sat, 14 Jan 2017 03:02:22 +0530 Subject: [PATCH] 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 --- arch/arm/boot/dts/qcom/sdm660.dtsi | 4 ++-- 1 file 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"; -- 2.11.0