Commit b22d313e authored by V Sujith Kumar Reddy's avatar V Sujith Kumar Reddy Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc7180-trogdor: Add lpass dai link for HDMI

parent 5b01733f
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@
			"Headphone Jack", "HPOL",
			"Headphone Jack", "HPOR";

		#sound-dai-cells = <0>;
		#address-cells = <1>;
		#size-cells = <0>;

@@ -314,6 +315,18 @@
				sound-dai = <&max98360a>;
			};
		};

		dai-link@2 {
			link-name = "MultiMedia2";
			reg = <2>;
			cpu {
				sound-dai = <&lpass_cpu 2>;
			};

			codec {
				sound-dai = <&mdss_dp>;
			};
		};
	};
};

@@ -768,6 +781,10 @@ hp_i2c: &i2c9 {
		reg = <MI2S_SECONDARY>;
		qcom,playback-sd-lines = <0>;
	};

	hdmi-primary@0 {
		reg = <LPASS_DP_RX>;
	};
};

&mdp {