blob: 64d9e64c2ef42b465866ecc9f33a4d2448610f8a [file] [log] [blame]
Maria Yu598eb702017-12-28 21:09:38 +08001/*
2 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#include "msm8953-mtp.dtsi"
15
Vijay kumar Tumati408b0962018-03-16 17:28:31 +053016&eeprom0 {
17 cam_vdig-supply = <&pm8953_l23>;
18};
19
20&camera0 {
21 cam_vdig-supply = <&pm8953_l23>;
22};
23
Vishnuvardhan Prodduturi886d44e2018-01-25 18:29:43 +053024&mdss_dsi0 {
25 qcom,dsi-pref-prim-pan = <&dsi_hx8399c_truly_vid>;
26 pinctrl-names = "mdss_default", "mdss_sleep";
27 pinctrl-0 = <&mdss_dsi_active &mdss_te_active &bklt_en_default>;
28 pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
29
30 qcom,platform-bklight-en-gpio = <&pm8953_gpios 4 0>;
31 lab-supply = <&lcdb_ldo_vreg>;
32 ibb-supply = <&lcdb_ncp_vreg>;
33
34};
35
36&dsi_truly_1080_vid {
37 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm";
38 qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
39 qcom,mdss-dsi-bl-pmic-bank-select = <0>;
40 qcom,mdss-dsi-pwm-gpio = <&pm8953_gpios 8 0>;
41};
42
43&dsi_hx8399c_truly_vid {
44 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm";
45 qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
46 qcom,mdss-dsi-bl-pmic-bank-select = <0>;
47 qcom,mdss-dsi-pwm-gpio = <&pm8953_gpios 8 0>;
48};