blob: 528e8aa3025e3dcd60bc47db0c851eaf8be6fcbe [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"
Padmanabhan Komanduru399d3c32018-04-23 17:34:04 +053026#include "dsi-panel-nt35695b-truly-fhd-video.dtsi"
27#include "dsi-panel-nt35695b-truly-fhd-cmd.dtsi"
Nirmal Abrahamdd187242018-05-25 12:29:24 +053028#include "dsi-panel-icn9706-720-1440p-video.dtsi"
29
Sachin Bhayare2d286422018-02-13 19:55:23 +053030&soc {
31 dsi_panel_pwr_supply: dsi_panel_pwr_supply {
32 #address-cells = <1>;
33 #size-cells = <0>;
34
35 qcom,panel-supply-entry@0 {
36 reg = <0>;
37 qcom,supply-name = "vdd";
38 qcom,supply-min-voltage = <2850000>;
39 qcom,supply-max-voltage = <2850000>;
40 qcom,supply-enable-load = <100000>;
41 qcom,supply-disable-load = <100>;
42 };
43
44 qcom,panel-supply-entry@1 {
45 reg = <1>;
46 qcom,supply-name = "vddio";
47 qcom,supply-min-voltage = <1800000>;
48 qcom,supply-max-voltage = <1800000>;
49 qcom,supply-enable-load = <100000>;
50 qcom,supply-disable-load = <100>;
51 };
52
Sachin Bhayarea4210c32018-02-14 15:16:45 +053053 qcom,panel-supply-entry@2 {
54 reg = <2>;
55 qcom,supply-name = "lab";
56 qcom,supply-min-voltage = <4600000>;
57 qcom,supply-max-voltage = <6000000>;
58 qcom,supply-enable-load = <100000>;
59 qcom,supply-disable-load = <100>;
60 };
61
62 qcom,panel-supply-entry@3 {
63 reg = <3>;
64 qcom,supply-name = "ibb";
65 qcom,supply-min-voltage = <4600000>;
66 qcom,supply-max-voltage = <6000000>;
67 qcom,supply-enable-load = <100000>;
68 qcom,supply-disable-load = <100>;
69 qcom,supply-post-on-sleep = <10>;
70 };
Sachin Bhayare2d286422018-02-13 19:55:23 +053071 };
72};