summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorYujun Zhang <yujunzhang@codeaurora.org>2017-08-18 17:43:20 +0800
committerYujun Zhang <yujunzhang@codeaurora.org>2017-08-21 18:16:09 +0800
commit71348bdb76ad3c1e5041a7f5767459cf18c33191 (patch)
tree1c147df681f199f751073a37d7646f330972040d /arch/arm
parent2d7191e18bc7379b940a4fb372cc3009ee834d1d (diff)
ARM: dts: msm: Remove configuration of the 2nd ADV7533 chip on ADP Lite
On APQ8096 ADP Lite board, the secondary ADV7533 bridge chip is removed and its instance is already disabled in current DTS hence related sde_kms should also remove it. Otherwise, component master could not find the component for the display instance and causes drm driver probe failure. Change-Id: I0fd694cf33eaf8b29ca86efd2ea105ac565bdba1 CRs-Fixed: 2091671 Signed-off-by: Yujun Zhang <yujunzhang@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/qcom/apq8096pro-v1.1-auto-adp-lite.dts10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/apq8096pro-v1.1-auto-adp-lite.dts b/arch/arm/boot/dts/qcom/apq8096pro-v1.1-auto-adp-lite.dts
index 9f8d432a3112..082b04791dbd 100644
--- a/arch/arm/boot/dts/qcom/apq8096pro-v1.1-auto-adp-lite.dts
+++ b/arch/arm/boot/dts/qcom/apq8096pro-v1.1-auto-adp-lite.dts
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2017, 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
@@ -42,6 +42,10 @@
i2c@75b6000 { /* BLSP8 */
/* ADV7533 HDMI Bridge Chip removed on ADP Lite */
+ adv7533@3d {
+ status = "disabled";
+ };
+
adv7533@39 {
status = "disabled";
};
@@ -60,6 +64,10 @@
/delete-property/ qcom,dsi-display-active;
};
+&sde_kms {
+ connectors = <&sde_hdmi_tx &sde_hdmi &dsi_adv_7533_1>;
+};
+
&pil_modem {
pinctrl-names = "default";
pinctrl-0 = <&modem_mux>;