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

Commit c00ead02 authored by Sandeep Panda's avatar Sandeep Panda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: display: 8092: Enable ddc mux



MPQ8092 needs to enable ddc mux for reading the EDID.

Change-Id: Iac85eedbd4d0e59719c4d602bb11808605fc9119
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
Signed-off-by: default avatarZohaib Alam <zalam@codeaurora.org>
parent b96806b7
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -139,6 +139,12 @@
	};
	};


	gpio@c500 { /* GPIO 6 */
	gpio@c500 { /* GPIO 6 */
		qcom,mode = <1>;		/* Digital output */
		qcom,pull = <1>;		/* QPNP_PIN_GPIO_PULL_UP_1P5 */
		qcom,vin-sel = <2>;		/* VIN2 */
		qcom,src_sel = <0>;		/* GPIO */
		qcom,out-strength = <1>;	/* Low */
		qcom,master-en = <1>;		/* Enable GPIO */
	};
	};


	gpio@c600 { /* GPIO 7 */
	gpio@c600 { /* GPIO 7 */
+1 −0
Original line number Original line Diff line number Diff line
@@ -111,6 +111,7 @@
		qcom,enable-load = <0 0 300000 0>;
		qcom,enable-load = <0 0 300000 0>;
		qcom,disable-load = <0 0 0 0>;
		qcom,disable-load = <0 0 0 0>;


		qcom,hdmi-tx-ddc-mux-sel = <&pma8084_gpios 6 0>;
		qcom,hdmi-tx-cec = <&msmgpio 26 0>;
		qcom,hdmi-tx-cec = <&msmgpio 26 0>;
		qcom,hdmi-tx-ddc-clk = <&msmgpio 24 0>;
		qcom,hdmi-tx-ddc-clk = <&msmgpio 24 0>;
		qcom,hdmi-tx-ddc-data = <&msmgpio 27 0>;
		qcom,hdmi-tx-ddc-data = <&msmgpio 27 0>;