Merge "ARM: dts: msm: Move improve touch device node for SDM660 QRD"

This commit is contained in:
Linux Build Service Account 2017-03-15 10:25:37 -07:00 committed by Gerrit - the friendly Code Review server
commit c22a9eb365
2 changed files with 21 additions and 18 deletions

View file

@ -64,3 +64,24 @@
&pm660l_wled {
qcom,led-strings-list = [00 01];
};
&soc {
hbtp {
compatible = "qcom,hbtp-input";
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
pinctrl-0 = <&ts_rst_active>;
pinctrl-1 = <&ts_rst_suspend>;
vcc_ana-supply = <&pm660l_l3>;
vcc_dig-supply = <&pm660_l13>;
qcom,afe-load = <20000>;
qcom,afe-vtg-min = <3008000>;
qcom,afe-vtg-max = <3008000>;
qcom,dig-load = <40000>;
qcom,dig-vtg-min = <1808000>;
qcom,dig-vtg-max = <1808000>;
qcom,fb-resume-delay-us = <10000>;
qcom,afe-force-power-on;
qcom,afe-power-on-delay-us = <1000>;
qcom,afe-power-off-delay-us = <6>;
};
};

View file

@ -211,24 +211,6 @@
debounce-interval = <15>;
};
};
hbtp {
compatible = "qcom,hbtp-input";
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
pinctrl-0 = <&ts_rst_active>;
pinctrl-1 = <&ts_rst_suspend>;
vcc_ana-supply = <&pm660l_l3>;
vcc_dig-supply = <&pm660_l13>;
qcom,afe-load = <20000>;
qcom,afe-vtg-min = <3008000>;
qcom,afe-vtg-max = <3008000>;
qcom,dig-load = <40000>;
qcom,dig-vtg-min = <1808000>;
qcom,dig-vtg-max = <1808000>;
qcom,fb-resume-delay-us = <10000>;
qcom,afe-power-on-delay-us = <1000>;
qcom,afe-power-off-delay-us = <6>;
};
};
/ {