blob: 7fdcb2d6d5994d2c875ffc3c6fa7ec582f3743d8 [file] [log] [blame]
Sachin Bhayare2d286422018-02-13 19:55:23 +05301/* Copyright (c) 2015-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#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"
17#include "dsi-panel-r69006-1080p-cmd.dtsi"
18#include "dsi-panel-r69006-1080p-video.dtsi"
19#include "dsi-panel-hx8394f-720p-video.dtsi"
20#include "dsi-adv7533-1080p.dtsi"
21#include "dsi-adv7533-720p.dtsi"
22#include "dsi-panel-truly-720p-video.dtsi"
23#include "dsi-panel-truly-wuxga-video.dtsi"
24#include "dsi-panel-truly-720p-cmd.dtsi"
25#include "dsi-panel-lead-fl10802-fwvga-video.dtsi"
26#include "dsi-panel-icn9706-720-1440p-video.dtsi"
27
28&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
51 };
52};