mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: dts: msm: configure display nodes on QCS405 sku13 device
Configure DSI and HDMI related dt nodes on QCS405 sku13 variant device. Change-Id: Idd5d9050db48b0ddaf42f468723108ac35f7f8bf Signed-off-by: Narender Ankam <nankam@codeaurora.org> Signed-off-by: Chirag Khurana <ckhurana@codeaurora.org>
This commit is contained in:
parent
b969957ca7
commit
84f6899649
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2019-2020, 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
|
||||
@ -17,6 +17,7 @@
|
||||
#include "qcs405-csra8plus2-audio-overlay.dtsi"
|
||||
#include "qcs405-geni-ir-overlay.dtsi"
|
||||
#include "qcs405-linear-pca9956.dtsi"
|
||||
#include "qcs405-mdss-panels.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. QCS405 EVB1-4K-CSRA8 I2S-GROUPING";
|
||||
@ -109,3 +110,43 @@
|
||||
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&mdss_hdmi_tx {
|
||||
pinctrl-names = "hdmi_hpd_active", "hdmi_ddc_active", "hdmi_cec_active",
|
||||
"hdmi_active", "hdmi_sleep";
|
||||
pinctrl-0 = <&mdss_hdmi_5v_active &mdss_hdmi_hpd_active
|
||||
&mdss_hdmi_ddc_suspend &mdss_hdmi_cec_suspend>;
|
||||
pinctrl-1 = <&mdss_hdmi_5v_active &mdss_hdmi_hpd_active
|
||||
&mdss_hdmi_ddc_active &mdss_hdmi_cec_suspend>;
|
||||
pinctrl-2 = <&mdss_hdmi_5v_active &mdss_hdmi_hpd_active
|
||||
&mdss_hdmi_cec_active &mdss_hdmi_ddc_suspend>;
|
||||
pinctrl-3 = <&mdss_hdmi_5v_active &mdss_hdmi_hpd_active
|
||||
&mdss_hdmi_ddc_active &mdss_hdmi_cec_active>;
|
||||
pinctrl-4 = <&mdss_hdmi_5v_suspend &mdss_hdmi_hpd_suspend
|
||||
&mdss_hdmi_ddc_suspend &mdss_hdmi_cec_suspend>;
|
||||
};
|
||||
|
||||
&mdss_mdp {
|
||||
qcom,mdss-pref-prim-intf = "dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_hx8394d_720_vid>;
|
||||
pinctrl-names = "mdss_default", "mdss_sleep";
|
||||
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
|
||||
pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
|
||||
|
||||
qcom,platform-te-gpio = <&tlmm 41 0>;
|
||||
qcom,platform-reset-gpio = <&tlmm 39 0>;
|
||||
qcom,platform-bklight-en-gpio = <&tlmm 48 0>;
|
||||
};
|
||||
|
||||
&dsi_hx8394d_720_vid {
|
||||
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_tlmm_gpio";
|
||||
qcom,mdss-dsi-bl-pmic-bank-select = <0>;
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user