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

Commit b03179ac authored by Jin Li's avatar Jin Li
Browse files

ARM: dts: msm: disable secondary adv7533 on apq8096proAU ADP



On APQ8096 Auto ADP Lite platform, it only has two displays,
native HDMI and one DSI-HDMI display through ADV7533 bridge
chip. The secondary ADV7533 instance needs to be disabled.

Change-Id: Ibae5c1561ec9f6890f818eeef185dfcf0bc1a62d
Signed-off-by: default avatarJin Li <jinl@codeaurora.org>
parent 87ec91ee
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -42,15 +42,16 @@

	i2c@75b6000 { /* BLSP8 */
		/* ADV7533 HDMI Bridge Chip removed on ADP Lite */
		adv7533@3d {
			status = "disabled";
		};
		adv7533@39 {
			status = "disabled";
		};
	};
};

&dsi_adv_7533_2 {
	/delete-property/ qcom,dsi-display-active;
};

&pil_modem {
	pinctrl-names = "default";
	pinctrl-0 = <&modem_mux>;