blob: 436b8a751cfb5507fdfc326d76e57dd8d57e2f78 [file] [log] [blame]
Sachin Bhayarea4210c32018-02-14 15:16:45 +05301/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
Sachin Bhayare2d286422018-02-13 19:55:23 +05302 *
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#include "dsi-panel-sim-video.dtsi"
14#include "dsi-panel-sim-cmd.dtsi"
15#include "dsi-panel-truly-1080p-video.dtsi"
16#include "dsi-panel-truly-1080p-cmd.dtsi"
raghavendra ambadas6d5ccc52018-03-13 15:36:14 +053017#include "dsi-panel-truly-720p-video.dtsi"
18#include "dsi-panel-truly-720p-cmd.dtsi"
Sachin Bhayare2d286422018-02-13 19:55:23 +053019#include "dsi-panel-r69006-1080p-cmd.dtsi"
20#include "dsi-panel-r69006-1080p-video.dtsi"
raghavendra ambadas799ee582018-03-30 14:04:44 +053021#include "dsi-panel-hx8394f-720p-video.dtsi"
Sachin Bhayare2d286422018-02-13 19:55:23 +053022#include "dsi-adv7533-1080p.dtsi"
23#include "dsi-adv7533-720p.dtsi"
Rashi Bindraa5dc4942018-03-08 18:59:36 +053024#include "dsi-panel-hx8399c-fhd-plus-video.dtsi"
25#include "dsi-panel-hx8399c-hd-plus-video.dtsi"
Sachin Bhayare2d286422018-02-13 19:55:23 +053026&soc {
27 dsi_panel_pwr_supply: dsi_panel_pwr_supply {
28 #address-cells = <1>;
29 #size-cells = <0>;
30
31 qcom,panel-supply-entry@0 {
32 reg = <0>;
33 qcom,supply-name = "vdd";
34 qcom,supply-min-voltage = <2850000>;
35 qcom,supply-max-voltage = <2850000>;
36 qcom,supply-enable-load = <100000>;
37 qcom,supply-disable-load = <100>;
38 };
39
40 qcom,panel-supply-entry@1 {
41 reg = <1>;
42 qcom,supply-name = "vddio";
43 qcom,supply-min-voltage = <1800000>;
44 qcom,supply-max-voltage = <1800000>;
45 qcom,supply-enable-load = <100000>;
46 qcom,supply-disable-load = <100>;
47 };
48
Sachin Bhayarea4210c32018-02-14 15:16:45 +053049 qcom,panel-supply-entry@2 {
50 reg = <2>;
51 qcom,supply-name = "lab";
52 qcom,supply-min-voltage = <4600000>;
53 qcom,supply-max-voltage = <6000000>;
54 qcom,supply-enable-load = <100000>;
55 qcom,supply-disable-load = <100>;
56 };
57
58 qcom,panel-supply-entry@3 {
59 reg = <3>;
60 qcom,supply-name = "ibb";
61 qcom,supply-min-voltage = <4600000>;
62 qcom,supply-max-voltage = <6000000>;
63 qcom,supply-enable-load = <100000>;
64 qcom,supply-disable-load = <100>;
65 qcom,supply-post-on-sleep = <10>;
66 };
Sachin Bhayare2d286422018-02-13 19:55:23 +053067 };
68};