blob: 1260e05b271f27a6f0c8e56e3f0e0d69ad4a48bf [file] [log] [blame]
Vatsal Bucha3e701322018-04-12 15:08:39 +05301/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
Gaurav Kohliac5117d2017-12-22 14:37:45 +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/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
Vatsal Bucha3e701322018-04-12 15:08:39 +053022#include "sdm670-int-cdc-aqt.dtsi"
Gaurav Kohliac5117d2017-12-22 14:37:45 +053023#include "sdm670-cdp.dtsi"
Vatsal Bucha3e701322018-04-12 15:08:39 +053024#include "sdm670-int-cdc-aqt-overlay.dtsi"
Gaurav Kohliac5117d2017-12-22 14:37:45 +053025#include "pm660a.dtsi"
Gaurav Kohliac5117d2017-12-22 14:37:45 +053026
27/ {
28 model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660A AQT CDP";
29 compatible = "qcom,sdm670-cdp", "qcom,sdm670", "qcom,cdp";
30 qcom,msm-id = <336 0x0>;
31 qcom,board-id = <1 4>;
32 qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>,
33 <0x0001001b 0x0002001a 0x0 0x0>,
34 <0x0001001b 0x0202001a 0x0 0x0>;
35};
36
37&dsi_dual_nt35597_truly_video_display {
38 /delete-property/ qcom,dsi-display-active;
39};
40
41&dsi_panel_pwr_supply_labibb_amoled {
42 qcom,panel-supply-entry@2 {
43 reg = <2>;
44 qcom,supply-name = "lab";
45 qcom,supply-min-voltage = <4600000>;
46 qcom,supply-max-voltage = <6100000>;
47 qcom,supply-enable-load = <100000>;
48 qcom,supply-disable-load = <100>;
49 };
50
51 qcom,panel-supply-entry@3 {
52 reg = <3>;
53 qcom,supply-name = "ibb";
54 qcom,supply-min-voltage = <4000000>;
55 qcom,supply-max-voltage = <6300000>;
56 qcom,supply-enable-load = <100000>;
57 qcom,supply-disable-load = <100>;
58 };
59
60 qcom,panel-supply-entry@4 {
61 reg = <4>;
62 qcom,supply-name = "oledb";
63 qcom,supply-min-voltage = <5000000>;
64 qcom,supply-max-voltage = <8100000>;
65 qcom,supply-enable-load = <100000>;
66 qcom,supply-disable-load = <100>;
67 };
68};
69
70&dsi_rm67195_amoled_fhd_cmd_display {
71 qcom,dsi-display-active;
72 lab-supply = <&lab_regulator>;
73 ibb-supply = <&ibb_regulator>;
74 oledb-supply = <&pm660a_oledb>;
75};