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

Commit 654e0175 authored by Trinath Thammishetty's avatar Trinath Thammishetty Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: Add backend to support slimbus interface



ARM: dts: Add backend to support slimbus interface for
bt usecase.

Change-Id: I2fd511f38a4dd44471ce392d10bea55409e857c4
Signed-off-by: default avatarTrinath Thammishetty <tthamish@codeaurora.org>
parent fc811f2b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
#include "sdm429-mdss-panels.dtsi"
#include "sdm429-spyro-qrd-evt-audio.dtsi"

&int_codec {
	qcom,wcn-bt-slim = <1>;
};

/ {
	model = "Qualcomm Technologies, Inc. SDA429 QRD BG WTP Overlay";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
#include "sda429-bg-dvt2-wtp.dtsi"
#include "sdm429w-bg-pm660.dtsi"

&int_codec {
	qcom,wcn-bt-slim = <1>;
};

/ {
	model = "Qualcomm Technologies, Inc. SDA429 BG WTP";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
+17 −0
Original line number Diff line number Diff line
@@ -34,6 +34,23 @@
		};
	};

	qcom,msm-dai-q6 {
		/delete-node/ sb_7_rx;
		/delete-node/ sb_7_tx;

		sb_7_rx: qcom,msm-dai-q6-sb-7-rx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16398>;
			qcom,msm-q6-slim-dev-id = <0>;
		};

		sb_7_tx: qcom,msm-dai-q6-sb-7-tx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16399>;
			qcom,msm-q6-slim-dev-id = <0>;
		};
	};

	int_codec: sound {
		status = "disabled";
		compatible = "qcom,msm8952-audio-codec";
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
#include "sdm429-mdss-panels.dtsi"
#include "sdm429-spyro-qrd-evt-audio.dtsi"

&int_codec {
	qcom,wcn-bt-slim = <1>;
};

/ {
	model = "Qualcomm Technologies, Inc. SDM429 QRD BG WTP Overlay";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
#include "sdm429-bg-dvt2-wtp.dtsi"
#include "sdm429w-bg-pm660.dtsi"

&int_codec {
	qcom,wcn-bt-slim = <1>;
};

/ {
	model = "Qualcomm Technologies, Inc. SDM429 BG WTP";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
Loading