blob: ef4f4b09c451e0516a20b6768fc52edf048431c5 [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"
Sachin Bhayare2d286422018-02-13 19:55:23 +053028&soc {
29 dsi_panel_pwr_supply: dsi_panel_pwr_supply {
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 qcom,panel-supply-entry@0 {
34 reg = <0>;
35 qcom,supply-name = "vdd";
36 qcom,supply-min-voltage = <2850000>;
37 qcom,supply-max-voltage = <2850000>;
38 qcom,supply-enable-load = <100000>;
39 qcom,supply-disable-load = <100>;
40 };
41
42 qcom,panel-supply-entry@1 {
43 reg = <1>;
44 qcom,supply-name = "vddio";
45 qcom,supply-min-voltage = <1800000>;
46 qcom,supply-max-voltage = <1800000>;
47 qcom,supply-enable-load = <100000>;
48 qcom,supply-disable-load = <100>;
49 };
50
Sachin Bhayarea4210c32018-02-14 15:16:45 +053051 qcom,panel-supply-entry@2 {
52 reg = <2>;
53 qcom,supply-name = "lab";
54 qcom,supply-min-voltage = <4600000>;
55 qcom,supply-max-voltage = <6000000>;
56 qcom,supply-enable-load = <100000>;
57 qcom,supply-disable-load = <100>;
58 };
59
60 qcom,panel-supply-entry@3 {
61 reg = <3>;
62 qcom,supply-name = "ibb";
63 qcom,supply-min-voltage = <4600000>;
64 qcom,supply-max-voltage = <6000000>;
65 qcom,supply-enable-load = <100000>;
66 qcom,supply-disable-load = <100>;
67 qcom,supply-post-on-sleep = <10>;
68 };
Sachin Bhayare2d286422018-02-13 19:55:23 +053069 };
70};