| /* |
| * Copyright (c) 2017-2018, 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 "apq8053-lite-dragon.dtsi" |
| |
| &soc { |
| cdc_quat_mi2s_gpios: msm_cdc_pinctrl_quat { |
| compatible = "qcom,msm-cdc-pinctrl"; |
| pinctrl-names = "aud_active", "aud_sleep"; |
| pinctrl-0 = <&sec_tlmm_lines_act>; |
| pinctrl-1 = <&sec_tlmm_lines_sus>; |
| }; |
| }; |
| |
| &pm8953_l4 { |
| status = "okay"; |
| regulator-always-on; |
| }; |
| |
| &pm8953_l10 { |
| status = "okay"; |
| regulator-min-microvolt = <3000000>; |
| regulator-max-microvolt = <3300000>; |
| regulator-always-on; |
| }; |
| |
| &pm8953_l2 { |
| status = "okay"; |
| regulator-always-on; |
| }; |
| |
| &pm8953_l17 { |
| status = "okay"; |
| regulator-always-on; |
| }; |
| |
| &pm8953_l22 { |
| status = "okay"; |
| regulator-always-on; |
| }; |
| |
| &i2c_3 { |
| status = "okay"; |
| /delete-node/ focaltech@38; |
| /delete-node/ himax_ts@48; |
| focaltech_ts@38 { |
| compatible = "focaltech,fts"; |
| reg = <0x38>; |
| interrupt-parent = <&tlmm>; |
| interrupts = <65 0x2>; |
| vdd-supply = <&pm8953_l10>; |
| avdd-supply = <&pm8953_l6>; |
| 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,display-coords = <0 0 800 1280>; |
| focaltech,reset-gpio = <&tlmm 64 0x0>; |
| focaltech,irq-gpio = <&tlmm 65 0x2>; |
| focaltech,max-touch-number = <5>; |
| report_type = <1>; |
| }; |
| }; |
| |
| &wled { |
| qcom,cons-sync-write-delay-us = <1000>; |
| qcom,led-strings-list = [00 01 02]; |
| }; |
| |
| &camera0 { |
| qcom,mount-angle = <90>; |
| }; |
| |
| &camera1 { |
| qcom,mount-angle = <90>; |
| }; |
| |
| &camera2{ |
| qcom,mount-angle = <90>; |
| }; |
| |
| &mdss_dsi0 { |
| qcom,dsi-pref-prim-pan = <&dsi_hx8394d_kingdisplay_vid>; |
| pinctrl-names = "mdss_default", "mdss_sleep"; |
| pinctrl-0 = <&mdss_dsi_active &mdss_te_active>; |
| pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>; |
| |
| vdd-supply = <&pm8953_l17>; |
| vddio-supply = <&pm8953_l6>; |
| lab-supply = <&lab_regulator>; |
| ibb-supply = <&ibb_regulator>; |
| |
| qcom,platform-te-gpio = <&tlmm 24 0>; |
| qcom,platform-reset-gpio = <&tlmm 61 0>; |
| qcom,platform-bklight-en-gpio = <&tlmm 100 0>; |
| }; |