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

Commit 7bfc6fbf authored by Rupesh Tatiya's avatar Rupesh Tatiya
Browse files

ARM: dts: msm: Add slimbus slave device for wcn3990 on sdm630



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

Change-Id: Ie5ee241e0a952b61e84682a289c69d10877cedd1
Signed-off-by: default avatarRupesh Tatiya <rtatiya@codeaurora.org>
parent 2aa89ab3
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -766,7 +766,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 {