~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/sdm845-shift-axolotl.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/qcom/sdm845-shift-axolotl.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/qcom/sdm845-shift-axolotl.dts (Version linux-5.19.17)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Copyright (c) 2022, Alexander Martinz <amart      3  * Copyright (c) 2022, Alexander Martinz <amartinz@shiftphones.com>
  4  * Copyright (c) 2022, Caleb Connolly <caleb@co      4  * Copyright (c) 2022, Caleb Connolly <caleb@connolly.tech>
  5  * Copyright (c) 2022, Dylan Van Assche <me@dyl << 
  6  */                                                 5  */
  7                                                     6 
  8 /dts-v1/;                                           7 /dts-v1/;
  9                                                     8 
 10 #include <dt-bindings/gpio/gpio.h>                  9 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/leds/common.h>           << 
 12 #include <dt-bindings/regulator/qcom,rpmh-regu     10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 13 #include "sdm845.dtsi"                             11 #include "sdm845.dtsi"
 14 #include "pm8998.dtsi"                             12 #include "pm8998.dtsi"
 15 #include "pmi8998.dtsi"                            13 #include "pmi8998.dtsi"
 16                                                    14 
 17 / {                                                15 / {
 18         model = "SHIFT SHIFT6mq";                  16         model = "SHIFT SHIFT6mq";
 19         compatible = "shift,axolotl", "qcom,sd     17         compatible = "shift,axolotl", "qcom,sdm845";
 20         qcom,msm-id = <321 0x20001>;               18         qcom,msm-id = <321 0x20001>;
 21         qcom,board-id = <11 0>;                    19         qcom,board-id = <11 0>;
 22                                                    20 
 23         aliases {                                  21         aliases {
 24                 display0 = &framebuffer0;          22                 display0 = &framebuffer0;
 25                 serial0 = &uart9;                  23                 serial0 = &uart9;
 26                 serial1 = &uart6;              << 
 27         };                                         24         };
 28                                                    25 
 29         chosen {                                   26         chosen {
 30                 #address-cells = <2>;              27                 #address-cells = <2>;
 31                 #size-cells = <2>;                 28                 #size-cells = <2>;
 32                 ranges;                            29                 ranges;
 33                                                    30 
 34                 stdout-path = "serial0";           31                 stdout-path = "serial0";
 35                                                    32 
 36                 /* Use framebuffer setup by th     33                 /* Use framebuffer setup by the bootloader. */
 37                 framebuffer0: framebuffer@9d40     34                 framebuffer0: framebuffer@9d400000 {
 38                         compatible = "simple-f     35                         compatible = "simple-framebuffer";
 39                         reg = <0x0 0x9d400000      36                         reg = <0x0 0x9d400000 0x0 (1080 * 2160 * 4)>;
 40                         width = <1080>;            37                         width = <1080>;
 41                         height = <2160>;           38                         height = <2160>;
 42                         stride = <(1080 * 4)>;     39                         stride = <(1080 * 4)>;
 43                         format = "a8r8g8b8";       40                         format = "a8r8g8b8";
 44                 };                                 41                 };
 45         };                                         42         };
 46                                                    43 
 47         gpio-keys {                                44         gpio-keys {
 48                 compatible = "gpio-keys";          45                 compatible = "gpio-keys";
 49                 autorepeat;                        46                 autorepeat;
 50                                                    47 
 51                 pinctrl-names = "default";         48                 pinctrl-names = "default";
 52                 pinctrl-0 = <&volume_up_gpio>;     49                 pinctrl-0 = <&volume_up_gpio>;
 53                                                    50 
 54                 key-vol-up {                   !!  51                 vol-up {
 55                         label = "volume_up";       52                         label = "volume_up";
 56                         linux,code = <KEY_VOLU     53                         linux,code = <KEY_VOLUMEUP>;
 57                         gpios = <&pm8998_gpios !!  54                         gpios = <&pm8998_gpio 6 GPIO_ACTIVE_LOW>;
 58                         debounce-interval = <1     55                         debounce-interval = <15>;
 59                 };                                 56                 };
 60         };                                         57         };
 61                                                    58 
 62         reserved-memory {                          59         reserved-memory {
 63                 framebuffer@9d400000 {         !!  60                 framebuffer_region@9d400000 {
 64                         reg = <0x0 0x9d400000      61                         reg = <0x0 0x9d400000 0x0 (1080 * 2160 * 4)>;
 65                         no-map;                    62                         no-map;
 66                 };                                 63                 };
 67                                                    64 
 68                 ramoops: ramoops@b0000000 {        65                 ramoops: ramoops@b0000000 {
 69                         compatible = "ramoops"     66                         compatible = "ramoops";
 70                         reg = <0 0xb0000000 0      67                         reg = <0 0xb0000000 0 0x00400000>;
 71                         record-size = <0x40000     68                         record-size = <0x40000>;
 72                         console-size = <0x4000     69                         console-size = <0x40000>;
 73                         ftrace-size = <0x40000     70                         ftrace-size = <0x40000>;
 74                         pmsg-size = <0x200000>     71                         pmsg-size = <0x200000>;
 75                         ecc-size = <0x0>;          72                         ecc-size = <0x0>;
 76                 };                                 73                 };
 77         };                                         74         };
 78                                                    75 
 79         battery: battery {                         76         battery: battery {
 80                 compatible = "simple-battery";     77                 compatible = "simple-battery";
 81                                                    78 
 82                 charge-full-design-microamp-ho     79                 charge-full-design-microamp-hours = <3850000>;
 83                 voltage-min-design-microvolt =     80                 voltage-min-design-microvolt = <3600000>;
 84                 voltage-max-design-microvolt =     81                 voltage-max-design-microvolt = <4400000>;
 85         };                                         82         };
 86                                                    83 
 87         vph_pwr: vph-pwr-regulator {               84         vph_pwr: vph-pwr-regulator {
 88                 compatible = "regulator-fixed"     85                 compatible = "regulator-fixed";
 89                 regulator-name = "vph_pwr";        86                 regulator-name = "vph_pwr";
 90                 regulator-min-microvolt = <370     87                 regulator-min-microvolt = <3700000>;
 91                 regulator-max-microvolt = <370     88                 regulator-max-microvolt = <3700000>;
 92         };                                         89         };
 93                                                    90 
 94         vreg_s4a_1p8: pm8998-smps4 {               91         vreg_s4a_1p8: pm8998-smps4 {
 95                 compatible = "regulator-fixed"     92                 compatible = "regulator-fixed";
 96                 regulator-name = "vreg_s4a_1p8     93                 regulator-name = "vreg_s4a_1p8";
 97                                                    94 
 98                 regulator-min-microvolt = <180     95                 regulator-min-microvolt = <1800000>;
 99                 regulator-max-microvolt = <180     96                 regulator-max-microvolt = <1800000>;
100                                                    97 
101                 regulator-always-on;               98                 regulator-always-on;
102                 regulator-boot-on;                 99                 regulator-boot-on;
103                                                   100 
104                 vin-supply = <&vph_pwr>;          101                 vin-supply = <&vph_pwr>;
105         };                                        102         };
106 };                                                103 };
107                                                   104 
108 &adsp_pas {                                       105 &adsp_pas {
109         status = "okay";                          106         status = "okay";
110         firmware-name = "qcom/sdm845/axolotl/a    107         firmware-name = "qcom/sdm845/axolotl/adsp.mbn";
111 };                                                108 };
112                                                   109 
113 &apps_rsc {                                       110 &apps_rsc {
114         regulators-0 {                         !! 111         pm8998-rpmh-regulators {
115                 compatible = "qcom,pm8998-rpmh    112                 compatible = "qcom,pm8998-rpmh-regulators";
116                 qcom,pmic-id = "a";               113                 qcom,pmic-id = "a";
117                                                   114 
118                 vdd-s1-supply = <&vph_pwr>;       115                 vdd-s1-supply = <&vph_pwr>;
119                 vdd-s2-supply = <&vph_pwr>;       116                 vdd-s2-supply = <&vph_pwr>;
120                 vdd-s3-supply = <&vph_pwr>;       117                 vdd-s3-supply = <&vph_pwr>;
121                 vdd-s4-supply = <&vph_pwr>;       118                 vdd-s4-supply = <&vph_pwr>;
122                 vdd-s5-supply = <&vph_pwr>;       119                 vdd-s5-supply = <&vph_pwr>;
123                 vdd-s6-supply = <&vph_pwr>;       120                 vdd-s6-supply = <&vph_pwr>;
124                 vdd-s7-supply = <&vph_pwr>;       121                 vdd-s7-supply = <&vph_pwr>;
125                 vdd-s8-supply = <&vph_pwr>;       122                 vdd-s8-supply = <&vph_pwr>;
126                 vdd-s9-supply = <&vph_pwr>;       123                 vdd-s9-supply = <&vph_pwr>;
127                 vdd-s10-supply = <&vph_pwr>;      124                 vdd-s10-supply = <&vph_pwr>;
128                 vdd-s11-supply = <&vph_pwr>;      125                 vdd-s11-supply = <&vph_pwr>;
129                 vdd-s12-supply = <&vph_pwr>;      126                 vdd-s12-supply = <&vph_pwr>;
130                 vdd-s13-supply = <&vph_pwr>;      127                 vdd-s13-supply = <&vph_pwr>;
131                 vdd-l1-l27-supply = <&vreg_s7a    128                 vdd-l1-l27-supply = <&vreg_s7a_1p025>;
132                 vdd-l2-l8-l17-supply = <&vreg_    129                 vdd-l2-l8-l17-supply = <&vreg_s3a_1p35>;
133                 vdd-l3-l11-supply = <&vreg_s7a    130                 vdd-l3-l11-supply = <&vreg_s7a_1p025>;
134                 vdd-l4-l5-supply = <&vreg_s7a_    131                 vdd-l4-l5-supply = <&vreg_s7a_1p025>;
135                 vdd-l6-supply = <&vph_pwr>;       132                 vdd-l6-supply = <&vph_pwr>;
136                 vdd-l7-l12-l14-l15-supply = <&    133                 vdd-l7-l12-l14-l15-supply = <&vreg_s5a_2p04>;
137                 vdd-l9-supply = <&vreg_bob>;      134                 vdd-l9-supply = <&vreg_bob>;
138                 vdd-l10-l23-l25-supply = <&vre    135                 vdd-l10-l23-l25-supply = <&vreg_bob>;
139                 vdd-l13-l19-l21-supply = <&vre    136                 vdd-l13-l19-l21-supply = <&vreg_bob>;
140                 vdd-l16-l28-supply = <&vreg_bo    137                 vdd-l16-l28-supply = <&vreg_bob>;
141                 vdd-l18-l22-supply = <&vreg_bo    138                 vdd-l18-l22-supply = <&vreg_bob>;
142                 vdd-l20-l24-supply = <&vreg_bo    139                 vdd-l20-l24-supply = <&vreg_bob>;
143                 vdd-l26-supply = <&vreg_s3a_1p    140                 vdd-l26-supply = <&vreg_s3a_1p35>;
144                 vin-lvs-1-2-supply = <&vreg_s4    141                 vin-lvs-1-2-supply = <&vreg_s4a_1p8>;
145                                                   142 
146                 vreg_s2a_1p125: smps2 {           143                 vreg_s2a_1p125: smps2 {
147                         regulator-min-microvol    144                         regulator-min-microvolt = <1100000>;
148                         regulator-max-microvol    145                         regulator-max-microvolt = <1100000>;
149                 };                                146                 };
150                                                   147 
151                 vreg_s3a_1p35: smps3 {            148                 vreg_s3a_1p35: smps3 {
152                         regulator-min-microvol    149                         regulator-min-microvolt = <1352000>;
153                         regulator-max-microvol    150                         regulator-max-microvolt = <1352000>;
154                 };                                151                 };
155                                                   152 
156                 vreg_s5a_2p04: smps5 {            153                 vreg_s5a_2p04: smps5 {
157                         regulator-min-microvol    154                         regulator-min-microvolt = <1904000>;
158                         regulator-max-microvol    155                         regulator-max-microvolt = <2040000>;
159                 };                                156                 };
160                                                   157 
161                 vreg_s7a_1p025: smps7 {           158                 vreg_s7a_1p025: smps7 {
162                         regulator-min-microvol    159                         regulator-min-microvolt = <900000>;
163                         regulator-max-microvol    160                         regulator-max-microvolt = <1028000>;
164                 };                                161                 };
165                                                   162 
166                 vdd_qusb_hs0:                     163                 vdd_qusb_hs0:
167                 vdda_hp_pcie_core:                164                 vdda_hp_pcie_core:
168                 vdda_mipi_csi0_0p9:               165                 vdda_mipi_csi0_0p9:
169                 vdda_mipi_csi1_0p9:               166                 vdda_mipi_csi1_0p9:
170                 vdda_mipi_csi2_0p9:               167                 vdda_mipi_csi2_0p9:
171                 vdda_mipi_dsi0_pll:               168                 vdda_mipi_dsi0_pll:
172                 vdda_mipi_dsi1_pll:               169                 vdda_mipi_dsi1_pll:
173                 vdda_qlink_lv:                    170                 vdda_qlink_lv:
174                 vdda_qlink_lv_ck:                 171                 vdda_qlink_lv_ck:
175                 vdda_qrefs_0p875:                 172                 vdda_qrefs_0p875:
176                 vdda_pcie_core:                   173                 vdda_pcie_core:
177                 vdda_pll_cc_ebi01:                174                 vdda_pll_cc_ebi01:
178                 vdda_pll_cc_ebi23:                175                 vdda_pll_cc_ebi23:
179                 vdda_sp_sensor:                   176                 vdda_sp_sensor:
180                 vdda_ufs1_core:                   177                 vdda_ufs1_core:
181                 vdda_ufs2_core:                   178                 vdda_ufs2_core:
182                 vdda_usb1_ss_core:                179                 vdda_usb1_ss_core:
183                 vdda_usb2_ss_core:                180                 vdda_usb2_ss_core:
184                 vreg_l1a_0p875: ldo1 {            181                 vreg_l1a_0p875: ldo1 {
185                         regulator-min-microvol    182                         regulator-min-microvolt = <880000>;
186                         regulator-max-microvol    183                         regulator-max-microvolt = <880000>;
187                         regulator-initial-mode    184                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
188                 };                                185                 };
189                                                   186 
190                 vddpx_10:                         187                 vddpx_10:
191                 vreg_l2a_1p2: ldo2 {              188                 vreg_l2a_1p2: ldo2 {
192                         regulator-min-microvol    189                         regulator-min-microvolt = <1200000>;
193                         regulator-max-microvol    190                         regulator-max-microvolt = <1200000>;
194                         regulator-initial-mode    191                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
195                         regulator-always-on;      192                         regulator-always-on;
196                 };                                193                 };
197                                                   194 
198                 vreg_l3a_1p0: ldo3 {              195                 vreg_l3a_1p0: ldo3 {
199                         regulator-min-microvol    196                         regulator-min-microvolt = <1000000>;
200                         regulator-max-microvol    197                         regulator-max-microvolt = <1000000>;
201                         regulator-initial-mode    198                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
202                 };                                199                 };
203                                                   200 
204                 vdd_wcss_cx:                      201                 vdd_wcss_cx:
205                 vdd_wcss_mx:                      202                 vdd_wcss_mx:
206                 vdda_wcss_pll:                    203                 vdda_wcss_pll:
207                 vreg_l5a_0p8: ldo5 {              204                 vreg_l5a_0p8: ldo5 {
208                         regulator-min-microvol    205                         regulator-min-microvolt = <800000>;
209                         regulator-max-microvol    206                         regulator-max-microvolt = <800000>;
210                         regulator-initial-mode    207                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
211                 };                                208                 };
212                                                   209 
213                 vddpx_13:                         210                 vddpx_13:
214                 vreg_l6a_1p8: ldo6 {              211                 vreg_l6a_1p8: ldo6 {
215                         regulator-min-microvol    212                         regulator-min-microvolt = <1856000>;
216                         regulator-max-microvol    213                         regulator-max-microvolt = <1856000>;
217                         regulator-initial-mode    214                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
218                 };                                215                 };
219                                                   216 
220                 vreg_l7a_1p8: ldo7 {              217                 vreg_l7a_1p8: ldo7 {
221                         regulator-min-microvol    218                         regulator-min-microvolt = <1800000>;
222                         regulator-max-microvol    219                         regulator-max-microvolt = <1800000>;
223                         regulator-initial-mode    220                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
224                 };                                221                 };
225                                                   222 
226                 vreg_l8a_1p2: ldo8 {              223                 vreg_l8a_1p2: ldo8 {
227                         regulator-min-microvol    224                         regulator-min-microvolt = <1200000>;
228                         regulator-max-microvol    225                         regulator-max-microvolt = <1248000>;
229                         regulator-initial-mode    226                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
230                 };                                227                 };
231                                                   228 
232                 vreg_l9a_1p8: ldo9 {              229                 vreg_l9a_1p8: ldo9 {
233                         regulator-min-microvol    230                         regulator-min-microvolt = <1704000>;
234                         regulator-max-microvol    231                         regulator-max-microvolt = <2928000>;
235                         regulator-initial-mode    232                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
236                 };                                233                 };
237                                                   234 
238                 vreg_l10a_1p8: ldo10 {            235                 vreg_l10a_1p8: ldo10 {
239                         regulator-min-microvol    236                         regulator-min-microvolt = <1704000>;
240                         regulator-max-microvol    237                         regulator-max-microvolt = <2928000>;
241                         regulator-initial-mode    238                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
242                 };                                239                 };
243                                                   240 
244                 vreg_l11a_1p0: ldo11 {            241                 vreg_l11a_1p0: ldo11 {
245                         regulator-min-microvol    242                         regulator-min-microvolt = <1000000>;
246                         regulator-max-microvol    243                         regulator-max-microvolt = <1048000>;
247                         regulator-initial-mode    244                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
248                 };                                245                 };
249                                                   246 
250                 vdd_qfprom:                       247                 vdd_qfprom:
251                 vdd_qfprom_sp:                    248                 vdd_qfprom_sp:
252                 vdda_apc1_cs_1p8:                 249                 vdda_apc1_cs_1p8:
253                 vdda_gfx_cs_1p8:                  250                 vdda_gfx_cs_1p8:
254                 vdda_qrefs_1p8:                   251                 vdda_qrefs_1p8:
255                 vdda_qusb_hs0_1p8:                252                 vdda_qusb_hs0_1p8:
256                 vddpx_11:                         253                 vddpx_11:
257                 vreg_l12a_1p8: ldo12 {            254                 vreg_l12a_1p8: ldo12 {
258                         regulator-min-microvol    255                         regulator-min-microvolt = <1800000>;
259                         regulator-max-microvol    256                         regulator-max-microvolt = <1800000>;
260                         regulator-initial-mode    257                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
261                 };                                258                 };
262                                                   259 
263                 vddpx_2:                          260                 vddpx_2:
264                 vreg_l13a_2p95: ldo13 {           261                 vreg_l13a_2p95: ldo13 {
265                         regulator-min-microvol    262                         regulator-min-microvolt = <1800000>;
266                         regulator-max-microvol    263                         regulator-max-microvolt = <2960000>;
267                         regulator-initial-mode    264                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
268                 };                                265                 };
269                                                   266 
270                 vreg_l14a_1p88: ldo14 {           267                 vreg_l14a_1p88: ldo14 {
271                         regulator-min-microvol    268                         regulator-min-microvolt = <1800000>;
272                         regulator-max-microvol    269                         regulator-max-microvolt = <1800000>;
273                         regulator-initial-mode    270                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
274                 };                                271                 };
275                                                   272 
276                 vreg_l15a_1p8: ldo15 {            273                 vreg_l15a_1p8: ldo15 {
277                         regulator-min-microvol    274                         regulator-min-microvolt = <1800000>;
278                         regulator-max-microvol    275                         regulator-max-microvolt = <1800000>;
279                         regulator-initial-mode    276                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
280                 };                                277                 };
281                                                   278 
282                 vreg_l16a_2p7: ldo16 {            279                 vreg_l16a_2p7: ldo16 {
283                         regulator-min-microvol    280                         regulator-min-microvolt = <2704000>;
284                         regulator-max-microvol    281                         regulator-max-microvolt = <2704000>;
285                         regulator-initial-mode    282                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
286                 };                                283                 };
287                                                   284 
288                 vreg_l17a_1p3: ldo17 {            285                 vreg_l17a_1p3: ldo17 {
289                         regulator-min-microvol    286                         regulator-min-microvolt = <1304000>;
290                         regulator-max-microvol    287                         regulator-max-microvolt = <1304000>;
291                         regulator-initial-mode    288                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
292                 };                                289                 };
293                                                   290 
294                 vreg_l18a_2p7: ldo18 {            291                 vreg_l18a_2p7: ldo18 {
295                         regulator-min-microvol    292                         regulator-min-microvolt = <2704000>;
296                         regulator-max-microvol    293                         regulator-max-microvolt = <2960000>;
297                         regulator-initial-mode    294                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
298                 };                                295                 };
299                                                   296 
300                 vreg_l19a_3p0: ldo19 {            297                 vreg_l19a_3p0: ldo19 {
301                         regulator-min-microvol    298                         regulator-min-microvolt = <2856000>;
302                         regulator-max-microvol    299                         regulator-max-microvolt = <3104000>;
303                         regulator-initial-mode    300                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
304                 };                                301                 };
305                                                   302 
306                 vreg_l20a_2p95: ldo20 {           303                 vreg_l20a_2p95: ldo20 {
307                         regulator-min-microvol    304                         regulator-min-microvolt = <2704000>;
308                         regulator-max-microvol    305                         regulator-max-microvolt = <2960000>;
309                         regulator-initial-mode    306                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
310                 };                                307                 };
311                                                   308 
312                 vreg_l21a_2p95: ldo21 {           309                 vreg_l21a_2p95: ldo21 {
313                         regulator-min-microvol    310                         regulator-min-microvolt = <2704000>;
314                         regulator-max-microvol    311                         regulator-max-microvolt = <2960000>;
315                         regulator-initial-mode    312                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
316                 };                                313                 };
317                                                   314 
318                 vreg_l22a_2p85: ldo22 {           315                 vreg_l22a_2p85: ldo22 {
319                         regulator-min-microvol    316                         regulator-min-microvolt = <2864000>;
320                         regulator-max-microvol    317                         regulator-max-microvolt = <3312000>;
321                         regulator-initial-mode    318                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
322                 };                                319                 };
323                                                   320 
324                 vreg_l23a_3p3: ldo23 {            321                 vreg_l23a_3p3: ldo23 {
325                         regulator-min-microvol    322                         regulator-min-microvolt = <3000000>;
326                         regulator-max-microvol    323                         regulator-max-microvolt = <3312000>;
327                         regulator-initial-mode    324                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
328                 };                                325                 };
329                                                   326 
330                 vdda_qusb_hs0_3p1:                327                 vdda_qusb_hs0_3p1:
331                 vreg_l24a_3p075: ldo24 {          328                 vreg_l24a_3p075: ldo24 {
332                         regulator-min-microvol    329                         regulator-min-microvolt = <3088000>;
333                         regulator-max-microvol    330                         regulator-max-microvolt = <3088000>;
334                         regulator-initial-mode    331                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
335                 };                                332                 };
336                                                   333 
337                 vreg_l25a_3p3: ldo25 {            334                 vreg_l25a_3p3: ldo25 {
338                         regulator-min-microvol    335                         regulator-min-microvolt = <3300000>;
339                         regulator-max-microvol    336                         regulator-max-microvolt = <3312000>;
340                         regulator-initial-mode    337                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
341                 };                                338                 };
342                                                   339 
343                 vdda_hp_pcie_1p2:                 340                 vdda_hp_pcie_1p2:
344                 vdda_hv_ebi0:                     341                 vdda_hv_ebi0:
345                 vdda_hv_ebi1:                     342                 vdda_hv_ebi1:
346                 vdda_hv_ebi2:                     343                 vdda_hv_ebi2:
347                 vdda_hv_ebi3:                     344                 vdda_hv_ebi3:
348                 vdda_mipi_csi_1p25:               345                 vdda_mipi_csi_1p25:
349                 vdda_mipi_dsi0_1p2:               346                 vdda_mipi_dsi0_1p2:
350                 vdda_mipi_dsi1_1p2:               347                 vdda_mipi_dsi1_1p2:
351                 vdda_pcie_1p2:                    348                 vdda_pcie_1p2:
352                 vdda_ufs1_1p2:                    349                 vdda_ufs1_1p2:
353                 vdda_ufs2_1p2:                    350                 vdda_ufs2_1p2:
354                 vdda_usb1_ss_1p2:                 351                 vdda_usb1_ss_1p2:
355                 vdda_usb2_ss_1p2:                 352                 vdda_usb2_ss_1p2:
356                 vreg_l26a_1p2: ldo26 {            353                 vreg_l26a_1p2: ldo26 {
357                         regulator-min-microvol    354                         regulator-min-microvolt = <1200000>;
358                         regulator-max-microvol    355                         regulator-max-microvolt = <1200000>;
359                         regulator-initial-mode    356                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
360                 };                                357                 };
361                                                   358 
362                 vreg_l28a_3p0: ldo28 {            359                 vreg_l28a_3p0: ldo28 {
363                         regulator-min-microvol    360                         regulator-min-microvolt = <2856000>;
364                         regulator-max-microvol    361                         regulator-max-microvolt = <3008000>;
365                         regulator-initial-mode    362                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
366                 };                                363                 };
367                                                   364 
368                 vreg_lvs1a_1p8: lvs1 {            365                 vreg_lvs1a_1p8: lvs1 {
369                         regulator-min-microvol    366                         regulator-min-microvolt = <1800000>;
370                         regulator-max-microvol    367                         regulator-max-microvolt = <1800000>;
371                 };                                368                 };
372                                                   369 
373                 vreg_lvs2a_1p8: lvs2 {            370                 vreg_lvs2a_1p8: lvs2 {
374                         regulator-min-microvol    371                         regulator-min-microvolt = <1800000>;
375                         regulator-max-microvol    372                         regulator-max-microvolt = <1800000>;
376                 };                                373                 };
377         };                                        374         };
378                                                   375 
379         regulators-1 {                         !! 376         pmi8998-rpmh-regulators {
380                 compatible = "qcom,pmi8998-rpm    377                 compatible = "qcom,pmi8998-rpmh-regulators";
381                 qcom,pmic-id = "b";               378                 qcom,pmic-id = "b";
382                                                   379 
383                 vdd-bob-supply = <&vph_pwr>;      380                 vdd-bob-supply = <&vph_pwr>;
384                                                   381 
385                 vreg_bob: bob {                   382                 vreg_bob: bob {
386                         regulator-min-microvol    383                         regulator-min-microvolt = <3312000>;
387                         regulator-max-microvol    384                         regulator-max-microvolt = <3600000>;
388                         regulator-initial-mode    385                         regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
389                         regulator-allow-bypass    386                         regulator-allow-bypass;
390                 };                                387                 };
391         };                                        388         };
392                                                   389 
393         regulators-2 {                         !! 390         pm8005-rpmh-regulators {
394                 compatible = "qcom,pm8005-rpmh    391                 compatible = "qcom,pm8005-rpmh-regulators";
395                 qcom,pmic-id = "c";               392                 qcom,pmic-id = "c";
396                                                   393 
397                 vdd-s1-supply = <&vph_pwr>;       394                 vdd-s1-supply = <&vph_pwr>;
398                 vdd-s2-supply = <&vph_pwr>;       395                 vdd-s2-supply = <&vph_pwr>;
399                 vdd-s3-supply = <&vph_pwr>;       396                 vdd-s3-supply = <&vph_pwr>;
400                 vdd-s4-supply = <&vph_pwr>;       397                 vdd-s4-supply = <&vph_pwr>;
401                                                   398 
402                 vreg_s3c_0p6: smps3 {             399                 vreg_s3c_0p6: smps3 {
403                         regulator-min-microvol    400                         regulator-min-microvolt = <600000>;
404                         regulator-max-microvol    401                         regulator-max-microvolt = <600000>;
405                 };                                402                 };
406         };                                        403         };
407 };                                                404 };
408                                                   405 
409 &cdsp_pas {                                       406 &cdsp_pas {
410         status = "okay";                          407         status = "okay";
411         firmware-name = "qcom/sdm845/axolotl/c    408         firmware-name = "qcom/sdm845/axolotl/cdsp.mbn";
412 };                                                409 };
413                                                   410 
                                                   >> 411 &dsi0 {
                                                   >> 412         status = "okay";
                                                   >> 413         vdda-supply = <&vdda_mipi_dsi0_1p2>;
                                                   >> 414 
                                                   >> 415         panel@0 {
                                                   >> 416                 compatible = "visionox,rm69299-shift";
                                                   >> 417                 status = "okay";
                                                   >> 418                 reg = <0>;
                                                   >> 419                 vdda-supply = <&vreg_l14a_1p88>;
                                                   >> 420                 vdd3p3-supply = <&vreg_l28a_3p0>;
                                                   >> 421 
                                                   >> 422                 #address-cells = <1>;
                                                   >> 423                 #size-cells = <0>;
                                                   >> 424 
                                                   >> 425                 reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
                                                   >> 426 
                                                   >> 427                 pinctrl-names = "default", "sleep";
                                                   >> 428                 pinctrl-0 = <&sde_dsi_active &sde_te_active>;
                                                   >> 429                 pinctrl-1 = <&sde_dsi_suspend &sde_te_suspend>;
                                                   >> 430 
                                                   >> 431                 port {
                                                   >> 432                         panel_in_0: endpoint {
                                                   >> 433                                 remote-endpoint = <&dsi0_out>;
                                                   >> 434                         };
                                                   >> 435                 };
                                                   >> 436         };
                                                   >> 437 };
                                                   >> 438 
                                                   >> 439 &dsi0_out {
                                                   >> 440         remote-endpoint = <&panel_in_0>;
                                                   >> 441         data-lanes = <0 1 2 3>;
                                                   >> 442 };
                                                   >> 443 
                                                   >> 444 &dsi0_phy {
                                                   >> 445         status = "okay";
                                                   >> 446         vdds-supply = <&vdda_mipi_dsi0_pll>;
                                                   >> 447 };
                                                   >> 448 
414 &gcc {                                            449 &gcc {
415         protected-clocks = <GCC_QSPI_CORE_CLK>    450         protected-clocks = <GCC_QSPI_CORE_CLK>,
416                            <GCC_QSPI_CORE_CLK_    451                            <GCC_QSPI_CORE_CLK_SRC>,
417                            <GCC_QSPI_CNOC_PERI    452                            <GCC_QSPI_CNOC_PERIPH_AHB_CLK>,
418                            <GCC_LPASS_Q6_AXI_C    453                            <GCC_LPASS_Q6_AXI_CLK>,
419                            <GCC_LPASS_SWAY_CLK    454                            <GCC_LPASS_SWAY_CLK>;
420 };                                                455 };
421                                                   456 
422 &gmu {                                            457 &gmu {
423         status = "okay";                          458         status = "okay";
424 };                                                459 };
425                                                   460 
426 &gpu {                                            461 &gpu {
427         status = "okay";                          462         status = "okay";
428                                                   463 
429         zap-shader {                              464         zap-shader {
430                 memory-region = <&gpu_mem>;       465                 memory-region = <&gpu_mem>;
431                 firmware-name = "qcom/sdm845/a    466                 firmware-name = "qcom/sdm845/axolotl/a630_zap.mbn";
432         };                                        467         };
433 };                                                468 };
434                                                   469 
435 &i2c5 {                                           470 &i2c5 {
436         status = "okay";                       !! 471         status="okay";
437                                                   472 
438         touchscreen@38 {                          473         touchscreen@38 {
439                 compatible = "focaltech,fts871    474                 compatible = "focaltech,fts8719";
440                 reg = <0x38>;                     475                 reg = <0x38>;
441                 wakeup-source;                    476                 wakeup-source;
442                 interrupt-parent = <&tlmm>;       477                 interrupt-parent = <&tlmm>;
443                 interrupts = <125 IRQ_TYPE_EDG !! 478                 interrupts = <125 0x2>;
444                 vdd-supply = <&vreg_l28a_3p0>;    479                 vdd-supply = <&vreg_l28a_3p0>;
445                 vcc-i2c-supply = <&vreg_l14a_1    480                 vcc-i2c-supply = <&vreg_l14a_1p88>;
446                                                   481 
447                 pinctrl-names = "default", "su    482                 pinctrl-names = "default", "suspend";
448                 pinctrl-0 = <&ts_int_active &t    483                 pinctrl-0 = <&ts_int_active &ts_reset_active>;
449                 pinctrl-1 = <&ts_int_suspend &    484                 pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
450                                                   485 
451                 reset-gpio = <&tlmm 99 GPIO_AC    486                 reset-gpio = <&tlmm 99 GPIO_ACTIVE_HIGH>;
452                 irq-gpio = <&tlmm 125 GPIO_TRA    487                 irq-gpio = <&tlmm 125 GPIO_TRANSITORY>;
453                 touchscreen-size-x = <1080>;      488                 touchscreen-size-x = <1080>;
454                 touchscreen-size-y = <2160>;      489                 touchscreen-size-y = <2160>;
455                 focaltech,max-touch-number = <    490                 focaltech,max-touch-number = <5>;
456         };                                        491         };
457 };                                                492 };
458                                                   493 
459 &i2c10 {                                       << 
460         /* SMB1355@0x0C */                     << 
461 };                                             << 
462                                                << 
463 &ipa {                                            494 &ipa {
464         qcom,gsi-loader = "self";              !! 495         status = "okay";
                                                   >> 496 
465         memory-region = <&ipa_fw_mem>;            497         memory-region = <&ipa_fw_mem>;
466         firmware-name = "qcom/sdm845/axolotl/i    498         firmware-name = "qcom/sdm845/axolotl/ipa_fws.mbn";
467         status = "okay";                       << 
468 };                                                499 };
469                                                   500 
470 &mdss {                                           501 &mdss {
471         status = "okay";                          502         status = "okay";
472 };                                                503 };
473                                                   504 
474 &mdss_dsi0 {                                   << 
475         status = "okay";                       << 
476         vdda-supply = <&vdda_mipi_dsi0_1p2>;   << 
477                                                << 
478         panel@0 {                              << 
479                 compatible = "visionox,rm69299 << 
480                 status = "okay";               << 
481                 reg = <0>;                     << 
482                 vdda-supply = <&vreg_l14a_1p88 << 
483                 vdd3p3-supply = <&vreg_l28a_3p << 
484                                                << 
485                 #address-cells = <1>;          << 
486                 #size-cells = <0>;             << 
487                                                << 
488                 reset-gpios = <&tlmm 6 GPIO_AC << 
489                                                << 
490                 pinctrl-names = "default", "sl << 
491                 pinctrl-0 = <&sde_dsi_active & << 
492                 pinctrl-1 = <&sde_dsi_suspend  << 
493                                                << 
494                 port {                         << 
495                         panel_in_0: endpoint { << 
496                                 remote-endpoin << 
497                         };                     << 
498                 };                             << 
499         };                                     << 
500 };                                             << 
501                                                << 
502 &mdss_dsi0_out {                               << 
503         remote-endpoint = <&panel_in_0>;       << 
504         data-lanes = <0 1 2 3>;                << 
505 };                                             << 
506                                                << 
507 &mdss_dsi0_phy {                               << 
508         status = "okay";                       << 
509         vdds-supply = <&vdda_mipi_dsi0_pll>;   << 
510 };                                             << 
511                                                << 
512 &mss_pil {                                        505 &mss_pil {
513         status = "okay";                          506         status = "okay";
514         firmware-name = "qcom/sdm845/axolotl/m    507         firmware-name = "qcom/sdm845/axolotl/mba.mbn", "qcom/sdm845/axolotl/modem.mbn";
515 };                                                508 };
516                                                   509 
517 &pm8998_gpios {                                !! 510 &pm8998_gpio {
518         volume_up_gpio: pm8998-gpio6-state {   !! 511         volume_up_gpio: pm8998_gpio6 {
519                 pinconf {                         512                 pinconf {
520                         pins = "gpio6";           513                         pins = "gpio6";
521                         function = "normal";      514                         function = "normal";
522                         input-enable;             515                         input-enable;
523                         bias-pull-up;             516                         bias-pull-up;
524                         qcom,drive-strength =     517                         qcom,drive-strength = <0>;
525                 };                                518                 };
526         };                                        519         };
527 };                                                520 };
528                                                   521 
529 &pmi8998_charger {                             !! 522 &pm8998_pon {
530         monitored-battery = <&battery>;        !! 523         volume_down_resin: resin {
531                                                !! 524                 compatible = "qcom,pm8941-resin";
532         status = "okay";                       !! 525                 interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
533 };                                             !! 526                 debounce = <15625>;
534                                                !! 527                 bias-pull-up;
535 &pm8998_resin {                                !! 528                 linux,code = <KEY_VOLUMEDOWN>;
536         linux,code = <KEY_VOLUMEDOWN>;         << 
537         status = "okay";                       << 
538 };                                             << 
539                                                << 
540 &pmi8998_lpg {                                 << 
541         status = "okay";                       << 
542                                                << 
543         multi-led {                            << 
544                 color = <LED_COLOR_ID_RGB>;    << 
545                 function = LED_FUNCTION_STATUS << 
546                                                << 
547                 #address-cells = <1>;          << 
548                 #size-cells = <0>;             << 
549                                                << 
550                 led@3 {                        << 
551                         reg = <3>;             << 
552                         color = <LED_COLOR_ID_ << 
553                 };                             << 
554                                                << 
555                 led@4 {                        << 
556                         reg = <4>;             << 
557                         color = <LED_COLOR_ID_ << 
558                 };                             << 
559                                                << 
560                 led@5 {                        << 
561                         reg = <5>;             << 
562                         color = <LED_COLOR_ID_ << 
563                 };                             << 
564         };                                        529         };
565 };                                                530 };
566                                                   531 
567 &pmi8998_flash {                               !! 532 &qup_uart9_default {
568         status = "okay";                       !! 533         pinconf-rx {
569                                                !! 534                 pins = "gpio5";
570         led-0 {                                !! 535                 drive-strength = <2>;
571                 function = LED_FUNCTION_FLASH; !! 536                 bias-pull-up;
572                 color = <LED_COLOR_ID_WHITE>;  << 
573                 led-sources = <1>;             << 
574                 led-max-microamp = <100000>;   << 
575                 flash-max-microamp = <1100000> << 
576                 flash-max-timeout-us = <128000 << 
577         };                                        537         };
578                                                   538 
579         led-1 {                                !! 539         pinconf-tx {
580                 function = LED_FUNCTION_FLASH; !! 540                 pins = "gpio4";
581                 color = <LED_COLOR_ID_YELLOW>; !! 541                 drive-strength = <2>;
582                 led-sources = <2>;             !! 542                 bias-disable;
583                 led-max-microamp = <100000>;   << 
584                 flash-max-microamp = <1100000> << 
585                 flash-max-timeout-us = <128000 << 
586         };                                        543         };
587 };                                                544 };
588                                                   545 
589 &qup_uart9_rx {                                << 
590         drive-strength = <2>;                  << 
591         bias-pull-up;                          << 
592 };                                             << 
593                                                << 
594 &qup_uart9_tx {                                << 
595         drive-strength = <2>;                  << 
596         bias-disable;                          << 
597 };                                             << 
598                                                << 
599 &qupv3_id_0 {                                     546 &qupv3_id_0 {
600         status = "okay";                          547         status = "okay";
601 };                                                548 };
602                                                   549 
603 &qupv3_id_1 {                                     550 &qupv3_id_1 {
604         status = "okay";                          551         status = "okay";
605 };                                                552 };
606                                                   553 
607 &slpi_pas {                                    << 
608         firmware-name = "qcom/sdm845/axolotl/s << 
609         status = "okay";                       << 
610 };                                             << 
611                                                << 
612 &tlmm {                                           554 &tlmm {
613         gpio-reserved-ranges = <0 4>, <81 4>;     555         gpio-reserved-ranges = <0 4>, <81 4>;
614                                                   556 
615         sde_dsi_active: sde-dsi-active-state { !! 557         sde_dsi_active: sde-dsi-active {
616                 pins = "gpio6", "gpio11";      !! 558                 mux {
617                 function = "gpio";             !! 559                         pins = "gpio6", "gpio11";
618                 drive-strength = <8>;          !! 560                         function = "gpio";
619                 bias-disable;                  !! 561                 };
                                                   >> 562 
                                                   >> 563                 config {
                                                   >> 564                         pins = "gpio6", "gpio11";
                                                   >> 565                         drive-strength = <8>;
                                                   >> 566                         bias-disable;
                                                   >> 567                 };
620         };                                        568         };
621                                                   569 
622         sde_dsi_suspend: sde-dsi-suspend-state !! 570         sde_dsi_suspend: sde-dsi-suspend {
623                 pins = "gpio6", "gpio11";      !! 571                 mux {
624                 function = "gpio";             !! 572                         pins = "gpio6", "gpio11";
625                 drive-strength = <2>;          !! 573                         function = "gpio";
626                 bias-pull-down;                !! 574                 };
                                                   >> 575 
                                                   >> 576                 config {
                                                   >> 577                         pins = "gpio6", "gpio11";
                                                   >> 578                         drive-strength = <2>;
                                                   >> 579                         bias-pull-down;
                                                   >> 580                 };
627         };                                        581         };
628                                                   582 
629         sde_te_active: sde-te-active-state {   !! 583         sde_te_active: sde-te-active {
630                 pins = "gpio10";               !! 584                 mux {
631                 function = "mdp_vsync";        !! 585                         pins = "gpio10";
632                 drive-strength = <2>;          !! 586                         function = "mdp_vsync";
633                 bias-pull-down;                !! 587                 };
                                                   >> 588 
                                                   >> 589                 config {
                                                   >> 590                         pins = "gpio10";
                                                   >> 591                         drive-strength = <2>;
                                                   >> 592                         bias-pull-down;
                                                   >> 593                 };
634         };                                        594         };
635                                                   595 
636         sde_te_suspend: sde-te-suspend-state { !! 596         sde_te_suspend: sde-te-suspend {
637                 pins = "gpio10";               !! 597                 mux {
638                 function = "mdp_vsync";        !! 598                         pins = "gpio10";
639                 drive-strength = <2>;          !! 599                         function = "mdp_vsync";
640                 bias-pull-down;                !! 600                 };
                                                   >> 601 
                                                   >> 602                 config {
                                                   >> 603                         pins = "gpio10";
                                                   >> 604                         drive-strength = <2>;
                                                   >> 605                         bias-pull-down;
                                                   >> 606                 };
641         };                                        607         };
642                                                   608 
643         ts_int_active: ts-int-active-state {   !! 609         ts_int_active: ts-int-active {
644                 pins = "gpio125";              !! 610                 mux {
645                 function = "gpio";             !! 611                         pins = "gpio125";
646                 drive-strength = <8>;          !! 612                         function = "gpio";
647                 bias-pull-up;                  !! 613                 };
                                                   >> 614 
                                                   >> 615                 config {
                                                   >> 616                         pins = "gpio125";
                                                   >> 617                         drive-strength = <8>;
                                                   >> 618                         bias-pull-up;
                                                   >> 619                         input-enable;
                                                   >> 620                 };
648         };                                        621         };
649                                                   622 
650         ts_int_suspend: ts-int-suspend-state { !! 623         ts_int_suspend: ts-int-suspend {
651                 pins = "gpio125";              !! 624                 mux {
652                 function = "gpio";             !! 625                         pins = "gpio125";
653                 drive-strength = <2>;          !! 626                         function = "gpio";
654                 bias-pull-down;                !! 627                 };
                                                   >> 628 
                                                   >> 629                 config {
                                                   >> 630                         pins = "gpio125";
                                                   >> 631                         drive-strength = <2>;
                                                   >> 632                         bias-pull-down;
                                                   >> 633                         input-enable;
                                                   >> 634                 };
655         };                                        635         };
656                                                   636 
657         ts_reset_active: ts-reset-active-state !! 637         ts_reset_active: ts-reset-active {
658                 pins = "gpio99";               !! 638                 mux {
659                 function = "gpio";             !! 639                         pins = "gpio99";
660                 drive-strength = <8>;          !! 640                         function = "gpio";
661                 bias-pull-up;                  !! 641                 };
                                                   >> 642 
                                                   >> 643                 config {
                                                   >> 644                         pins = "gpio99";
                                                   >> 645                         drive-strength = <8>;
                                                   >> 646                         bias-pull-up;
                                                   >> 647                 };
662         };                                        648         };
663                                                   649 
664         ts_reset_suspend: ts-reset-suspend-sta !! 650         ts_reset_suspend: ts-reset-suspend {
665                 pins = "gpio99";               !! 651                 mux {
666                 function = "gpio";             !! 652                         pins = "gpio99";
667                 drive-strength = <2>;          !! 653                         function = "gpio";
668                 bias-pull-down;                !! 654                 };
                                                   >> 655 
                                                   >> 656                 config {
                                                   >> 657                         pins = "gpio99";
                                                   >> 658                         drive-strength = <2>;
                                                   >> 659                         bias-pull-down;
                                                   >> 660                 };
669         };                                        661         };
670 };                                                662 };
671                                                   663 
672 &uart6 {                                          664 &uart6 {
673         status = "okay";                          665         status = "okay";
674                                                   666 
675         pinctrl-0 = <&qup_uart6_4pin>;         << 
676                                                << 
677         bluetooth {                               667         bluetooth {
678                 compatible = "qcom,wcn3990-bt"    668                 compatible = "qcom,wcn3990-bt";
679                                                << 
680                 /*                             << 
681                  * This path is relative to th << 
682                  * subdir under lib/firmware.  << 
683                  */                            << 
684                 firmware-name = "axolotl/crnv2 << 
685                                                   669 
686                 vddio-supply = <&vreg_s4a_1p8>    670                 vddio-supply = <&vreg_s4a_1p8>;
687                 vddxo-supply = <&vreg_l7a_1p8>    671                 vddxo-supply = <&vreg_l7a_1p8>;
688                 vddrf-supply = <&vreg_l17a_1p3    672                 vddrf-supply = <&vreg_l17a_1p3>;
689                 vddch0-supply = <&vreg_l25a_3p    673                 vddch0-supply = <&vreg_l25a_3p3>;
690                 max-speed = <3200000>;            674                 max-speed = <3200000>;
691         };                                        675         };
692 };                                                676 };
693                                                   677 
694 &uart9 {                                          678 &uart9 {
695         status = "okay";                          679         status = "okay";
696 };                                                680 };
697                                                   681 
698 &ufs_mem_hc {                                     682 &ufs_mem_hc {
699         status = "okay";                          683         status = "okay";
700                                                   684 
701         reset-gpios = <&tlmm 150 GPIO_ACTIVE_L    685         reset-gpios = <&tlmm 150 GPIO_ACTIVE_LOW>;
702                                                   686 
703         vcc-supply = <&vreg_l20a_2p95>;           687         vcc-supply = <&vreg_l20a_2p95>;
704         vcc-max-microamp = <600000>;              688         vcc-max-microamp = <600000>;
705 };                                                689 };
706                                                   690 
707 &ufs_mem_phy {                                    691 &ufs_mem_phy {
708         status = "okay";                          692         status = "okay";
709                                                   693 
710         vdda-phy-supply = <&vdda_ufs1_core>;      694         vdda-phy-supply = <&vdda_ufs1_core>;
711         vdda-pll-supply = <&vdda_ufs1_1p2>;       695         vdda-pll-supply = <&vdda_ufs1_1p2>;
712 };                                                696 };
713                                                   697 
714 &usb_1 {                                          698 &usb_1 {
715         status = "okay";                          699         status = "okay";
716 };                                                700 };
717                                                   701 
718 &usb_1_dwc3 {                                     702 &usb_1_dwc3 {
719         dr_mode = "peripheral";                   703         dr_mode = "peripheral";
720 };                                                704 };
721                                                   705 
722 &usb_1_hsphy {                                    706 &usb_1_hsphy {
723         status = "okay";                          707         status = "okay";
724                                                   708 
725         vdd-supply = <&vreg_l1a_0p875>;           709         vdd-supply = <&vreg_l1a_0p875>;
726         vdda-phy-dpdm-supply = <&vreg_l24a_3p0    710         vdda-phy-dpdm-supply = <&vreg_l24a_3p075>;
727         vdda-pll-supply = <&vreg_l12a_1p8>;       711         vdda-pll-supply = <&vreg_l12a_1p8>;
728 };                                                712 };
729                                                   713 
730 &usb_1_qmpphy {                                   714 &usb_1_qmpphy {
731         status = "okay";                          715         status = "okay";
732                                                   716 
733         vdda-phy-supply = <&vreg_l26a_1p2>;       717         vdda-phy-supply = <&vreg_l26a_1p2>;
734         vdda-pll-supply = <&vreg_l1a_0p875>;      718         vdda-pll-supply = <&vreg_l1a_0p875>;
735 };                                                719 };
736                                                   720 
737 &venus {                                          721 &venus {
738         status = "okay";                          722         status = "okay";
739         firmware-name = "qcom/sdm845/axolotl/v    723         firmware-name = "qcom/sdm845/axolotl/venus.mbn";
740 };                                                724 };
741                                                   725 
742 &wifi {                                           726 &wifi {
743         status = "okay";                          727         status = "okay";
744                                                   728 
745         vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>    729         vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
746         vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;    730         vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
747         vdd-1.8-xo-supply = <&vreg_l7a_1p8>;      731         vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
748         vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;    732         vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
749         vdd-3.3-ch1-supply = <&vreg_l23a_3p3>;    733         vdd-3.3-ch1-supply = <&vreg_l23a_3p3>;
750                                                   734 
751         qcom,snoc-host-cap-8bit-quirk;            735         qcom,snoc-host-cap-8bit-quirk;
752 };                                                736 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php