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

Commit 2a227752 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add WCN3990 slimbus device tree" into msm-4.14

parents a82c7d47 29215a86
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2745,6 +2745,7 @@
	};

	slim_qca: slim@17240000 {
		status = "ok";
		cell-index = <3>;
		compatible = "qcom,slim-ngd";
		reg = <0x17240000 0x2c000>,
@@ -2752,6 +2753,14 @@
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 291 0>, <0 292 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";

		/* 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];
		};
	};

	gpi_dma0: qcom,gpi-dma@0x800000 {