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

Commit 1b3522e5 authored by Sagar Dharia's avatar Sagar Dharia Committed by Banajit Goswami
Browse files

ARM: dts: msm: Add slimbus satellite device for APQ8084



Add slimbus satellite devices to device tree. Slimbus is used
for audio functionality on APQ8084

Change-Id: I830447ebf2bffac0d30b76ca1128b01c514edd93
Signed-off-by: default avatarSagar Dharia <sdharia@codeaurora.org>
parent 5c3bdb89
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -256,6 +256,18 @@
		#interrupt-cells = <3>;
	};

	slim_msm: slim@fe1af000 {
		cell-index = <1>;
		compatible = "qcom,slim-ngd";
		reg = <0xfe1af000 0x35000>,
		      <0xfe184000 0x20000>;
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 163 0>, <0 164 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x60000000>;
		qcom,ea-pc = <0xb0>;
	};

	i2c_0: i2c@f9925000 { /* BLSP1 QUP3 */
		cell-index = <0>;
		compatible = "qcom,i2c-qup";