blob: 3ea4fa7b18b999970d8a258e434a2ccc843e09c6 [file] [log] [blame]
Tirupathi Reddy4b983082017-09-04 10:11:15 +05301/* 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/dts-v1/;
14/plugin/;
15
16#include <dt-bindings/clock/qcom,gcc-sdm845.h>
17#include <dt-bindings/clock/qcom,camcc-sdm845.h>
18#include <dt-bindings/clock/qcom,dispcc-sdm845.h>
19#include <dt-bindings/clock/qcom,rpmh.h>
20#include <dt-bindings/interrupt-controller/arm-gic.h>
21
22#include "sdm670-cdp.dtsi"
23#include "pm660a.dtsi"
Rohit Kumar76cea392017-09-27 12:01:48 +053024#include "sdm670-audio-overlay.dtsi"
Tirupathi Reddy4b983082017-09-04 10:11:15 +053025
26/ {
27 model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660A CDP";
28 compatible = "qcom,sdm670-cdp", "qcom,sdm670", "qcom,cdp";
29 qcom,msm-id = <336 0x0>;
30 qcom,board-id = <1 0>;
31 qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>,
32 <0x0001001b 0x0002001a 0x0 0x0>,
33 <0x0001001b 0x0202001a 0x0 0x0>;
34};
35
Vishnuvardhan Prodduturid5fb0802017-11-08 14:49:31 +053036&dsi_dual_nt35597_truly_video_display {
37 /delete-property/ qcom,dsi-display-active;
38};
39
Rashi Bindraea9cbe82017-11-17 12:28:01 +053040&dsi_panel_pwr_supply_labibb_amoled {
41 qcom,panel-supply-entry@2 {
42 reg = <2>;
43 qcom,supply-name = "lab";
44 qcom,supply-min-voltage = <4600000>;
45 qcom,supply-max-voltage = <6100000>;
46 qcom,supply-enable-load = <100000>;
47 qcom,supply-disable-load = <100>;
48 };
49
50 qcom,panel-supply-entry@3 {
51 reg = <3>;
52 qcom,supply-name = "ibb";
53 qcom,supply-min-voltage = <4000000>;
54 qcom,supply-max-voltage = <6300000>;
55 qcom,supply-enable-load = <100000>;
56 qcom,supply-disable-load = <100>;
57 };
58
59 qcom,panel-supply-entry@4 {
60 reg = <4>;
61 qcom,supply-name = "oledb";
62 qcom,supply-min-voltage = <5000000>;
63 qcom,supply-max-voltage = <8100000>;
64 qcom,supply-enable-load = <100000>;
65 qcom,supply-disable-load = <100>;
66 };
67};
68
Vishnuvardhan Prodduturid5fb0802017-11-08 14:49:31 +053069&dsi_rm67195_amoled_fhd_cmd_display {
70 qcom,dsi-display-active;
Rashi Bindraea9cbe82017-11-17 12:28:01 +053071 lab-supply = <&lab_regulator>;
72 ibb-supply = <&ibb_regulator>;
73 oledb-supply = <&pm660a_oledb>;
Vishnuvardhan Prodduturid5fb0802017-11-08 14:49:31 +053074};