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

Commit 19ea40df authored by Yuan Zhao's avatar Yuan Zhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Set mdss-dsi-ext-bridge for all bridge used devices



Because we used a new property for extern bridge,
need to enable it for all the used devices.

Change-Id: I6a1671de68e30e48b85ce37bbc11855758b96874
Signed-off-by: default avatarYuan Zhao <yzhao@codeaurora.org>
parent 0ae8ff77
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * 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
@@ -30,7 +30,6 @@
		qcom,mdss-dsi-t-clk-post = <0x03>;
		qcom,mdss-dsi-t-clk-pre = <0x24>;
		qcom,mdss-dsi-force-clock-lane-hs;
		qcom,mdss-dsi-ext-bridge-mode;

		qcom,mdss-dsi-display-timings {
			timing@0{
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * 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
@@ -30,7 +30,6 @@
		qcom,mdss-dsi-t-clk-post = <0x18>;
		qcom,mdss-dsi-t-clk-pre = <0x1b>;
		qcom,mdss-dsi-force-clock-lane-hs;
		qcom,mdss-dsi-ext-bridge-mode;

		qcom,mdss-dsi-display-timings {
			timing@0{
+3 −0
Original line number Diff line number Diff line
@@ -406,6 +406,9 @@
	};
};

&dsi_ext_bridge_hdmi_1080p {
	qcom,mdss-dsi-ext-bridge = <0>;
};

&soc {
	ext_dsi_bridge_display: qcom,dsi-display@50 {
+4 −0
Original line number Diff line number Diff line
@@ -154,6 +154,10 @@
	};
};

&dsi_ext_bridge_1080p {
	qcom,mdss-dsi-ext-bridge = <0>;
};

&soc {
	dsi_anx_7625_1: qcom,dsi-display@17 {
		label = "dsi_anx_7625_1";
+2 −0
Original line number Diff line number Diff line
@@ -186,6 +186,8 @@
#include "dsi-panel-ext-bridge-1080p.dtsi"

&dsi_ext_bridge_1080p {
	qcom,mdss-dsi-ext-bridge = <0>;

	qcom,mdss-dsi-display-timings {
		timing@0{
			qcom,mdss-dsi-panel-phy-timings = [00 1E 08 07 24 22
Loading