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

Commit 70c01024 authored by Krishnankutty Kolathappilly's avatar Krishnankutty Kolathappilly
Browse files

ARM: dts: msm: Update device tree node for msm-pcm-dsp



Update the name and properties for msm-pcm-dsp. Use qti instead
of qcom for device node and its properties.

Change-Id: I9653883089022002e93d86acc14f555d837b9a22
Signed-off-by: default avatarKrishnankutty Kolathappilly <kkolat@codeaurora.org>
parent fe59e87b
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -4,21 +4,21 @@ Qualcomm audio devices for ALSA sound SoC

Required properties:

 - compatible : "qcom,msm-pcm-dsp"
 - compatible : "qti,msm-pcm-dsp"

 - qcom,msm-pcm-dsp-id : device node id
 - qti,msm-pcm-dsp-id : device node id

* msm-pcm-low-latency

Required properties:

 - compatible : "qcom,msm-pcm-dsp"
 - compatible : "qti,msm-pcm-dsp"

 - qcom,msm-pcm-dsp-id : device node id
 - qti,msm-pcm-dsp-id : device node id

   Optional properties

      - qcom,msm-pcm-low-latency : Flag indicating whether
      - qti,msm-pcm-low-latency : Flag indicating whether
        the device node is of type low latency.

* msm-pcm-routing
@@ -247,15 +247,15 @@ Required properties:

Example:

        qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;
	qti,msm-pcm {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <0>;
	};

	qcom,msm-pcm-low-latency {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <1>;
		qcom,msm-pcm-low-latency;
	qti,msm-pcm-low-latency {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <1>;
		qti,msm-pcm-low-latency;
	};

        qcom,msm-pcm-routing {
+7 −7
Original line number Diff line number Diff line
@@ -2450,15 +2450,15 @@
		qcom,smmu-enabled;
	};

	qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;
	qti,msm-pcm {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <0>;
	};

	qcom,msm-pcm-low-latency {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <1>;
		qcom,msm-pcm-low-latency;
	qti,msm-pcm-low-latency {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <1>;
		qti,msm-pcm-low-latency;
	};

	qcom,msm-pcm-routing {
+7 −7
Original line number Diff line number Diff line
@@ -460,19 +460,19 @@
		qcom,tapan-codec-9302;
	};

	qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;
	qti,msm-pcm {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <0>;
	};

	qcom,msm-pcm-routing {
		compatible = "qcom,msm-pcm-routing";
	};

	qcom,msm-pcm-low-latency {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <1>;
		qcom,msm-pcm-low-latency;
	qti,msm-pcm-low-latency {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <1>;
		qti,msm-pcm-low-latency;
	};

	qcom,msm-pcm-lpa {
+7 −7
Original line number Diff line number Diff line
@@ -680,15 +680,15 @@
		qcom,model = "msm8x10-snd-card";
	};

	qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;
	qti,msm-pcm {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <0>;
	};

	qcom,msm-pcm-low-latency {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <1>;
		qcom,msm-pcm-low-latency;
	qti,msm-pcm-low-latency {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <1>;
		qti,msm-pcm-low-latency;
	};

	qcom,msm-pcm-routing {
+7 −7
Original line number Diff line number Diff line
@@ -1721,15 +1721,15 @@
		compatible = "qcom,msm-audio-ion";
	};

	qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;
	qti,msm-pcm {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <0>;
	};

	qcom,msm-pcm-low-latency {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <1>;
		qcom,msm-pcm-low-latency;
	qti,msm-pcm-low-latency {
		compatible = "qti,msm-pcm-dsp";
		qti,msm-pcm-dsp-id = <1>;
		qti,msm-pcm-low-latency;
	};

	qcom,msm-pcm-routing {
Loading