blob: 20f80c90dcc1a33dd0cfeff02f6fdbc33cd3e626 [file] [log] [blame]
Channagoud Kadabi8e1cb372017-04-28 16:00:00 -07001/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13
14/dts-v1/;
15
16#include "sdm845.dtsi"
Chandan Uddarajueae45242017-06-12 17:02:01 -070017#include "sdm845-sde-display.dtsi"
Channagoud Kadabi8e1cb372017-04-28 16:00:00 -070018#include "sdm845-qrd.dtsi"
19
20/ {
21 model = "Qualcomm Technologies, Inc. sdm845 4K Display Panel QRD";
22 compatible = "qcom,sdm845-qrd", "qcom,sdm845", "qcom,qrd";
23 qcom,board-id = <11 1>;
24};
Narendra Muppalla48a27242017-08-01 16:07:46 -070025
26&dsi_nt35597_truly_dsc_cmd_display {
27 /delete-property/ qcom,dsi-display-active;
28};
29
30&dsi_sharp_4k_dsc_video {
31 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
32 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
33 qcom,mdss-dsi-bl-min-level = <1>;
34 qcom,mdss-dsi-bl-max-level = <4095>;
35 qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
36 qcom,panel-mode-gpio = <&tlmm 52 0>;
37 qcom,platform-te-gpio = <&tlmm 10 0>;
38 qcom,platform-reset-gpio = <&tlmm 6 0>;
39 qcom,mdss-dsi-panel-orientation = "180";
40};
41
42&dsi_sharp_4k_dsc_cmd {
43 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
44 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
45 qcom,mdss-dsi-bl-min-level = <1>;
46 qcom,mdss-dsi-bl-max-level = <4095>;
47 qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
48 qcom,panel-mode-gpio = <&tlmm 52 0>;
49 qcom,platform-te-gpio = <&tlmm 10 0>;
50 qcom,platform-reset-gpio = <&tlmm 6 0>;
51 qcom,mdss-dsi-panel-orientation = "180";
52};
53
54&dsi_sharp_4k_dsc_video_display {
55 qcom,dsi-display-active;
56};