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

Commit 44c5c83c authored by Rupesh Tatiya's avatar Rupesh Tatiya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add slimbus device for wcn3990



Slimbus is used as audio transport for Bluetooth & FM between sdm660 &
wcn3990. Add device tree entry for wcn3990 slimbus slave device in sdm660.

Change-Id: I0766cfac9329e7d088e6997e20a27d902aca9f29
Signed-off-by: default avatarRupesh Tatiya <rtatiya@codeaurora.org>
parent ebc5196e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -841,7 +841,14 @@
		interrupts = <0 291 0>, <0 292 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x1800>;
		status = "disabled";

		/* Slimbus Slave DT for WCN3990 */
		btfmslim_codec: wcn3990 {
			compatible = "qcom,btfmslim_slave";
			elemental-addr = [00 01 20 02 17 02];
			qcom,btfm-slim-ifd = "btfmslim_slave_ifd";
			qcom,btfm-slim-ifd-elemental-addr = [00 00 20 02 17 02];
		};
	};

	timer@17920000 {