130 lines
3.3 KiB
Plaintext
130 lines
3.3 KiB
Plaintext
|
/*
|
||
|
* Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 and
|
||
|
* only version 2 as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*/
|
||
|
|
||
|
#include "msm-pmi8937.dtsi"
|
||
|
#include "msm8937-qrd.dtsi"
|
||
|
#include "msm8937-mdss-panels.dtsi"
|
||
|
|
||
|
&spmi_bus {
|
||
|
qcom,pmi8937@2 {
|
||
|
qcom,leds@a100 {
|
||
|
status = "okay";
|
||
|
qcom,led_mpp_2 {
|
||
|
label = "mpp";
|
||
|
linux,name = "green";
|
||
|
linux,default-trigger = "none";
|
||
|
qcom,default-state = "off";
|
||
|
qcom,max-current = <40>;
|
||
|
qcom,current-setting = <5>;
|
||
|
qcom,id = <6>;
|
||
|
qcom,mode = "manual";
|
||
|
qcom,source-sel = <1>;
|
||
|
qcom,mode-ctrl = <0x60>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&soc {
|
||
|
led_flash0: qcom,camera-flash {
|
||
|
cell-index = <0>;
|
||
|
compatible = "qcom,camera-flash";
|
||
|
qcom,flash-type = <1>;
|
||
|
qcom,flash-source = <&pmi8937_flash0 &pmi8937_flash1>;
|
||
|
qcom,torch-source = <&pmi8937_torch0 &pmi8937_torch1>;
|
||
|
qcom,switch-source = <&pmi8937_switch>;
|
||
|
};
|
||
|
|
||
|
i2c@78b7000 {
|
||
|
status = "ok";
|
||
|
focaltech@38 {
|
||
|
compatible = "focaltech,5x06";
|
||
|
reg = <0x38>;
|
||
|
interrupt-parent = <&tlmm>;
|
||
|
interrupts = <65 0x2>;
|
||
|
vdd-supply = <&pm8937_l10>;
|
||
|
vcc_i2c-supply = <&pm8937_l5>;
|
||
|
/* pins used by touchscreen */
|
||
|
pinctrl-names = "pmx_ts_active",
|
||
|
"pmx_ts_suspend",
|
||
|
"pmx_ts_release";
|
||
|
pinctrl-0 = <&ts_int_active &ts_reset_active>;
|
||
|
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
|
||
|
pinctrl-2 = <&ts_release>;
|
||
|
focaltech,name = "ft5436";
|
||
|
focaltech,family-id = <0x06>;
|
||
|
focaltech,reset-gpio = <&tlmm 64 0x0>;
|
||
|
focaltech,irq-gpio = <&tlmm 65 0x2008>;
|
||
|
focaltech,display-coords = <0 0 720 1280>;
|
||
|
focaltech,panel-coords = <0 0 720 1400>;
|
||
|
focaltech,button-map= <139 102 158>;
|
||
|
focaltech,no-force-update;
|
||
|
focaltech,i2c-pull-up;
|
||
|
focaltech,group-id = <1>;
|
||
|
focaltech,hard-reset-delay-ms = <20>;
|
||
|
focaltech,soft-reset-delay-ms = <200>;
|
||
|
focaltech,num-max-touches = <5>;
|
||
|
focaltech,fw-delay-aa-ms = <30>;
|
||
|
focaltech,fw-delay-55-ms = <30>;
|
||
|
focaltech,fw-upgrade-id1 = <0x79>;
|
||
|
focaltech,fw-upgrade-id2 = <0x08>;
|
||
|
focaltech,fw-delay-readid-ms = <10>;
|
||
|
focaltech,fw-delay-era-flsh-ms = <2000>;
|
||
|
focaltech,fw-auto-cal;
|
||
|
focaltech,ignore-id-check;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
gen-vkeys {
|
||
|
compatible = "qcom,gen-vkeys";
|
||
|
label = "ft5x06_ts";
|
||
|
qcom,disp-maxx = <720>;
|
||
|
qcom,disp-maxy = <1280>;
|
||
|
qcom,panel-maxx = <720>;
|
||
|
qcom,panel-maxy = <1400>;
|
||
|
qcom,key-codes = <139 172 158>;
|
||
|
qcom,y-offset = <0>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&mdss_mdp {
|
||
|
qcom,mdss-pref-prim-intf = "dsi";
|
||
|
};
|
||
|
|
||
|
&mdss_dsi {
|
||
|
hw-config = "single_dsi";
|
||
|
};
|
||
|
|
||
|
&mdss_dsi0 {
|
||
|
qcom,dsi-pref-prim-pan = <&dsi_hx8394f_720p_video>;
|
||
|
pinctrl-names = "mdss_default", "mdss_sleep";
|
||
|
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
|
||
|
pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;
|
||
|
|
||
|
qcom,platform-te-gpio = <&tlmm 24 0>;
|
||
|
qcom,platform-reset-gpio = <&tlmm 60 0>;
|
||
|
};
|
||
|
|
||
|
&pmi_haptic {
|
||
|
status = "okay";
|
||
|
qcom,actuator-type = "erm";
|
||
|
};
|
||
|
|
||
|
&mdss_dsi1 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&dsi_hx8394f_720p_video {
|
||
|
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||
|
};
|