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

Commit f3c9bc27 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

Documentation: sound: add Slimbus device ID



Slimbus HW device ID can be different based on target. Add
a devicetree property to identify device ID specific to the
target.

Change-Id: I05b208ef848c4f0bc00a0ee5315d80ea38bde56a
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 72c6f5f1
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -220,6 +220,13 @@ Required properties:
                            inCall Music Delivery port ID is 32773.
                            incall Music 2 Delivery port ID is 32770.

Optional properties:

 - qcom,msm-dai-q6-slim-dev-id : The Slimbus HW device (instance) ID associated
                                 with Slimbus ports.
                                 0 - Slimbus HW device ID 0 (first instance)
                                 1 - Slimbus HW device ID 1 (second instance)

* msm_dai_cdc_dma

[First Level Nodes]
@@ -553,6 +560,7 @@ Example:
		qcom,msm-dai-q6-sb-0-rx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16384>;
			qcom,msm-dai-q6-slim-dev-id = <0>;
		};

		qcom,msm-dai-q6-sb-0-tx {