blob: 7e9eaa77195f97058a0f54fed709544bc8ed163a [file] [log] [blame]
Kaushal Kumar3191ed72018-03-16 14:46:36 +05301/* Copyright (c) 2018, 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"
24#include "sdm670-tasha-codec.dtsi"
25
26/ {
27 model = "Qualcomm Technologies, Inc. SDM710 PM660 + PM660A + Tasha Codec CDP";
28 compatible = "qcom,sdm670-cdp", "qcom,sdm670", "qcom,cdp";
29 qcom,msm-id = <360 0x0>;
30 qcom,board-id = <1 5>;
31 qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>,
32 <0x0001001b 0x0002001a 0x0 0x0>,
33 <0x0001001b 0x0202001a 0x0 0x0>;
34};
35
36&dsi_dual_nt35597_truly_video_display {
37 /delete-property/ qcom,dsi-display-active;
38};
39
40&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
69&dsi_rm67195_amoled_fhd_cmd_display {
70 qcom,dsi-display-active;
71 lab-supply = <&lab_regulator>;
72 ibb-supply = <&ibb_regulator>;
73 oledb-supply = <&pm660a_oledb>;
74};