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

Commit 7e91fe6b authored by Yunyun Cao's avatar Yunyun Cao Committed by Gerrit - the friendly Code Review server
Browse files

drm: msm: Add HDMI display on 8996 auto platform



Add sde hdmi node in device tree

Change-Id: Ic5d73a05b6fc733c694724c72d38267fbaf5fcfc
Signed-off-by: default avatarYunyun Cao <yunyunc@codeaurora.org>
parent 4eb21412
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -267,10 +267,26 @@
		vddio-supply = <&pm8994_l14>;
		qcom,bridge-index = <0>;
	};

	msm_ext_disp: qcom,msm_ext_disp {
		compatible = "qcom,msm-ext-disp";

		ext_disp_audio_codec: qcom,msm-ext-disp-audio-codec-rx {
			compatible = "qcom,msm-ext-disp-audio-codec-rx";
			qcom,msm_ext_disp = <&msm_ext_disp>;
		};
	};

	sde_hdmi: qcom,hdmi-display {
		compatible = "qcom,hdmi-display";
		label = "sde_hdmi";
		qcom,display-type = "secondary";
		qcom,msm_ext_disp = <&msm_ext_disp>;
	};
};

&mdss_mdp {
	connectors = <&dsi_adv_7533_1>;
	connectors = <&dsi_adv_7533_1 &mdss_hdmi &sde_hdmi>;
};

&dsi_dual_sharp_video {
+0 −15
Original line number Diff line number Diff line
@@ -183,21 +183,6 @@
			iommus = <&mdp_smmu 0>;
		};

		smmu_rot_unsec: qcom,smmu_rot_unsec_cb {
			compatible = "qcom,smmu_rot_unsec";
			iommus = <&rot_smmu 0>;
		};

		smmu_mdp_sec: qcom,smmu_mdp_sec_cb {
			compatible = "qcom,smmu_mdp_sec";
			iommus = <&mdp_smmu 1>;
		};

		smmu_rot_sec: qcom,smmu_rot_sec_cb {
			compatible = "qcom,smmu_rot_sec";
			iommus = <&rot_smmu 1>;
		};

		/* data and reg bus scale settings */
		qcom,sde-data-bus {
			qcom,msm-bus,name = "mdss_sde";