Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6f60346 authored by Shrey Vijay's avatar Shrey Vijay
Browse files

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: default avatarShrey Vijay <shreyv@codeaurora.org>
parent 4b373689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";