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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/sm8350-microsoft-surface-duo2.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/sm8350-microsoft-surface-duo2.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/qcom/sm8350-microsoft-surface-duo2.dts (Version linux-5.17.15)


  1 // SPDX-License-Identifier: BSD-3-Clause            1 // SPDX-License-Identifier: BSD-3-Clause
  2 /*                                                  2 /*
  3  * Copyright (C) 2021, Microsoft Corporation        3  * Copyright (C) 2021, Microsoft Corporation
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7                                                     7 
  8 #include <dt-bindings/regulator/qcom,rpmh-regu      8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
  9 #include "sm8350.dtsi"                              9 #include "sm8350.dtsi"
 10 #include "pm8350.dtsi"                             10 #include "pm8350.dtsi"
 11 #include "pm8350b.dtsi"                            11 #include "pm8350b.dtsi"
 12 #include "pm8350c.dtsi"                            12 #include "pm8350c.dtsi"
 13 #include "pmk8350.dtsi"                            13 #include "pmk8350.dtsi"
 14 #include "pmr735a.dtsi"                            14 #include "pmr735a.dtsi"
 15 #include "pmr735b.dtsi"                            15 #include "pmr735b.dtsi"
 16                                                    16 
 17 / {                                                17 / {
 18         model = "Microsoft Surface Duo 2";         18         model = "Microsoft Surface Duo 2";
 19         compatible = "microsoft,surface-duo2",     19         compatible = "microsoft,surface-duo2", "qcom,sm8350";
 20         chassis-type = "handset";                  20         chassis-type = "handset";
 21                                                    21 
 22         aliases {                                  22         aliases {
 23                 serial0 = &uart2;                  23                 serial0 = &uart2;
 24         };                                         24         };
 25                                                    25 
 26         chosen {                                   26         chosen {
 27                 stdout-path = "serial0:115200n     27                 stdout-path = "serial0:115200n8";
 28         };                                         28         };
 29                                                    29 
 30         vph_pwr: vph-pwr-regulator {               30         vph_pwr: vph-pwr-regulator {
 31                 compatible = "regulator-fixed"     31                 compatible = "regulator-fixed";
 32                 regulator-name = "vph_pwr";        32                 regulator-name = "vph_pwr";
 33                 regulator-min-microvolt = <370     33                 regulator-min-microvolt = <3700000>;
 34                 regulator-max-microvolt = <370     34                 regulator-max-microvolt = <3700000>;
 35                                                    35 
 36                 regulator-always-on;               36                 regulator-always-on;
 37                 regulator-boot-on;                 37                 regulator-boot-on;
 38         };                                         38         };
 39 };                                                 39 };
 40                                                    40 
 41 &adsp {                                            41 &adsp {
 42         status = "okay";                           42         status = "okay";
 43         firmware-name = "qcom/sm8350/microsoft     43         firmware-name = "qcom/sm8350/microsoft/adsp.mbn";
 44 };                                                 44 };
 45                                                    45 
 46 &apps_rsc {                                        46 &apps_rsc {
 47         regulators-0 {                         !!  47         pm8350-rpmh-regulators {
 48                 compatible = "qcom,pm8350-rpmh     48                 compatible = "qcom,pm8350-rpmh-regulators";
 49                 qcom,pmic-id = "b";                49                 qcom,pmic-id = "b";
 50                                                    50 
 51                 vdd-s1-supply = <&vph_pwr>;        51                 vdd-s1-supply = <&vph_pwr>;
 52                 vdd-s2-supply = <&vph_pwr>;        52                 vdd-s2-supply = <&vph_pwr>;
 53                 vdd-s3-supply = <&vph_pwr>;        53                 vdd-s3-supply = <&vph_pwr>;
 54                 vdd-s4-supply = <&vph_pwr>;        54                 vdd-s4-supply = <&vph_pwr>;
 55                 vdd-s5-supply = <&vph_pwr>;        55                 vdd-s5-supply = <&vph_pwr>;
 56                 vdd-s6-supply = <&vph_pwr>;        56                 vdd-s6-supply = <&vph_pwr>;
 57                 vdd-s7-supply = <&vph_pwr>;        57                 vdd-s7-supply = <&vph_pwr>;
 58                 vdd-s8-supply = <&vph_pwr>;        58                 vdd-s8-supply = <&vph_pwr>;
 59                 vdd-s9-supply = <&vph_pwr>;        59                 vdd-s9-supply = <&vph_pwr>;
 60                 vdd-s10-supply = <&vph_pwr>;       60                 vdd-s10-supply = <&vph_pwr>;
 61                 vdd-s11-supply = <&vph_pwr>;       61                 vdd-s11-supply = <&vph_pwr>;
 62                 vdd-s12-supply = <&vph_pwr>;       62                 vdd-s12-supply = <&vph_pwr>;
 63                                                    63 
 64                 vdd-l1-l4-supply = <&vreg_s11b     64                 vdd-l1-l4-supply = <&vreg_s11b_0p95>;
 65                 vdd-l2-l7-supply = <&vreg_bob>     65                 vdd-l2-l7-supply = <&vreg_bob>;
 66                 vdd-l3-l5-supply = <&vreg_bob>     66                 vdd-l3-l5-supply = <&vreg_bob>;
 67                 vdd-l6-l9-l10-supply = <&vreg_     67                 vdd-l6-l9-l10-supply = <&vreg_s11b_0p95>;
 68                 vdd-l8-supply = <&vreg_s2c_0p8     68                 vdd-l8-supply = <&vreg_s2c_0p8>;
 69                                                    69 
 70                 vreg_s10b_1p8: smps10 {            70                 vreg_s10b_1p8: smps10 {
 71                         regulator-name = "vreg     71                         regulator-name = "vreg_s10b_1p8";
 72                         regulator-min-microvol     72                         regulator-min-microvolt = <1800000>;
 73                         regulator-max-microvol     73                         regulator-max-microvolt = <1800000>;
 74                 };                                 74                 };
 75                                                    75 
 76                 vreg_s11b_0p95: smps11 {           76                 vreg_s11b_0p95: smps11 {
 77                         regulator-name = "vreg     77                         regulator-name = "vreg_s11b_0p95";
 78                         regulator-min-microvol     78                         regulator-min-microvolt = <752000>;
 79                         regulator-max-microvol     79                         regulator-max-microvolt = <1000000>;
 80                 };                                 80                 };
 81                                                    81 
 82                 vreg_s12b_1p25: smps12 {           82                 vreg_s12b_1p25: smps12 {
 83                         regulator-name = "vreg     83                         regulator-name = "vreg_s12b_1p25";
 84                         regulator-min-microvol     84                         regulator-min-microvolt = <1224000>;
 85                         regulator-max-microvol     85                         regulator-max-microvolt = <1360000>;
 86                 };                                 86                 };
 87                                                    87 
 88                 vreg_l1b_0p88: ldo1 {              88                 vreg_l1b_0p88: ldo1 {
 89                         regulator-name = "vreg     89                         regulator-name = "vreg_l1b_0p88";
 90                         regulator-min-microvol     90                         regulator-min-microvolt = <912000>;
 91                         regulator-max-microvol     91                         regulator-max-microvolt = <920000>;
 92                         regulator-initial-mode     92                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
 93                 };                                 93                 };
 94                                                    94 
 95                 vreg_l2b_3p07: ldo2 {              95                 vreg_l2b_3p07: ldo2 {
 96                         regulator-name = "vreg     96                         regulator-name = "vreg_l2b_3p07";
 97                         regulator-min-microvol     97                         regulator-min-microvolt = <3072000>;
 98                         regulator-max-microvol     98                         regulator-max-microvolt = <3072000>;
 99                         regulator-initial-mode     99                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
100                 };                                100                 };
101                                                   101 
102                 vreg_l3b_0p9: ldo3 {              102                 vreg_l3b_0p9: ldo3 {
103                         regulator-name = "vreg    103                         regulator-name = "vreg_l3b_0p9";
104                         regulator-min-microvol    104                         regulator-min-microvolt = <904000>;
105                         regulator-max-microvol    105                         regulator-max-microvolt = <904000>;
106                         regulator-initial-mode    106                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
107                 };                                107                 };
108                                                   108 
109                 vreg_l5b_0p88: ldo5 {             109                 vreg_l5b_0p88: ldo5 {
110                         regulator-name = "vreg    110                         regulator-name = "vreg_l3b_0p9";
111                         regulator-min-microvol    111                         regulator-min-microvolt = <880000>;
112                         regulator-max-microvol    112                         regulator-max-microvolt = <888000>;
113                         regulator-initial-mode    113                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
114                 };                                114                 };
115                                                   115 
116                 vreg_l6b_1p2: ldo6 {              116                 vreg_l6b_1p2: ldo6 {
117                         regulator-name = "vreg    117                         regulator-name = "vreg_l6b_1p2";
118                         regulator-min-microvol    118                         regulator-min-microvolt = <1200000>;
119                         regulator-max-microvol    119                         regulator-max-microvolt = <1208000>;
120                         regulator-initial-mode    120                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
121                 };                                121                 };
122                                                   122 
123                 vreg_l7b_2p96: ldo7 {             123                 vreg_l7b_2p96: ldo7 {
124                         regulator-name = "vreg    124                         regulator-name = "vreg_l7b_2p96";
125                         regulator-min-microvol    125                         regulator-min-microvolt = <2400000>;
126                         regulator-max-microvol    126                         regulator-max-microvolt = <3008000>;
127                         regulator-initial-mode    127                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
128                 };                                128                 };
129                                                   129 
130                 vreg_l9b_1p2: ldo9 {              130                 vreg_l9b_1p2: ldo9 {
131                         regulator-name = "vreg    131                         regulator-name = "vreg_l9b_1p2";
132                         regulator-min-microvol    132                         regulator-min-microvolt = <1200000>;
133                         regulator-max-microvol    133                         regulator-max-microvolt = <1200000>;
134                         regulator-initial-mode    134                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
135                 };                                135                 };
136         };                                        136         };
137                                                   137 
138         regulators-1 {                         !! 138         pm8350c-rpmh-regulators {
139                 compatible = "qcom,pm8350c-rpm    139                 compatible = "qcom,pm8350c-rpmh-regulators";
140                 qcom,pmic-id = "c";               140                 qcom,pmic-id = "c";
141                                                   141 
142                 vdd-s1-supply = <&vph_pwr>;       142                 vdd-s1-supply = <&vph_pwr>;
143                 vdd-s2-supply = <&vph_pwr>;       143                 vdd-s2-supply = <&vph_pwr>;
144                 vdd-s3-supply = <&vph_pwr>;       144                 vdd-s3-supply = <&vph_pwr>;
145                 vdd-s4-supply = <&vph_pwr>;       145                 vdd-s4-supply = <&vph_pwr>;
146                 vdd-s5-supply = <&vph_pwr>;       146                 vdd-s5-supply = <&vph_pwr>;
147                 vdd-s6-supply = <&vph_pwr>;       147                 vdd-s6-supply = <&vph_pwr>;
148                 vdd-s7-supply = <&vph_pwr>;       148                 vdd-s7-supply = <&vph_pwr>;
149                 vdd-s8-supply = <&vph_pwr>;       149                 vdd-s8-supply = <&vph_pwr>;
150                 vdd-s9-supply = <&vph_pwr>;       150                 vdd-s9-supply = <&vph_pwr>;
151                 vdd-s10-supply = <&vph_pwr>;      151                 vdd-s10-supply = <&vph_pwr>;
152                                                   152 
153                 vdd-l1-l12-supply = <&vreg_s1c    153                 vdd-l1-l12-supply = <&vreg_s1c_1p86>;
154                 vdd-l2-l8-supply = <&vreg_s1c_    154                 vdd-l2-l8-supply = <&vreg_s1c_1p86>;
155                 vdd-l3-l4-l5-l7-l13-supply = <    155                 vdd-l3-l4-l5-l7-l13-supply = <&vreg_bob>;
156                 vdd-l6-l9-l11-supply = <&vreg_    156                 vdd-l6-l9-l11-supply = <&vreg_bob>;
157                 vdd-l10-supply = <&vreg_s12b_1    157                 vdd-l10-supply = <&vreg_s12b_1p25>;
158                                                   158 
159                 vdd-bob-supply = <&vph_pwr>;      159                 vdd-bob-supply = <&vph_pwr>;
160                                                   160 
161                 vreg_s1c_1p86: smps1 {            161                 vreg_s1c_1p86: smps1 {
162                         regulator-name = "vreg    162                         regulator-name = "vreg_s1c_1p86";
163                         regulator-min-microvol    163                         regulator-min-microvolt = <1800000>;
164                         regulator-max-microvol    164                         regulator-max-microvolt = <1952000>;
165                 };                                165                 };
166                                                   166 
167                 vreg_s2c_0p8: smps2 {             167                 vreg_s2c_0p8: smps2 {
168                         regulator-name = "vreg    168                         regulator-name = "vreg_s2c_0p8";
169                         regulator-min-microvol    169                         regulator-min-microvolt = <640000>;
170                         regulator-max-microvol    170                         regulator-max-microvolt = <1000000>;
171                 };                                171                 };
172                                                   172 
173                 vreg_s10c_1p05: smps10 {          173                 vreg_s10c_1p05: smps10 {
174                         regulator-name = "vreg    174                         regulator-name = "vreg_s10c_1p05";
175                         regulator-min-microvol    175                         regulator-min-microvolt = <1048000>;
176                         regulator-max-microvol    176                         regulator-max-microvolt = <1128000>;
177                 };                                177                 };
178                                                   178 
179                 vreg_bob: bob {                   179                 vreg_bob: bob {
180                         regulator-name = "vreg    180                         regulator-name = "vreg_bob";
181                         regulator-min-microvol    181                         regulator-min-microvolt = <3008000>;
182                         regulator-max-microvol    182                         regulator-max-microvolt = <3960000>;
183                         regulator-initial-mode    183                         regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
184                 };                                184                 };
185                                                   185 
186                 vreg_l1c_1p8: ldo1 {              186                 vreg_l1c_1p8: ldo1 {
187                         regulator-name = "vreg    187                         regulator-name = "vreg_l1c_1p8";
188                         regulator-min-microvol    188                         regulator-min-microvolt = <1800000>;
189                         regulator-max-microvol    189                         regulator-max-microvolt = <1800000>;
190                         regulator-initial-mode    190                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
191                 };                                191                 };
192                                                   192 
193                 vreg_l2c_1p8: ldo2 {              193                 vreg_l2c_1p8: ldo2 {
194                         regulator-name = "vreg    194                         regulator-name = "vreg_l2c_1p8";
195                         regulator-min-microvol    195                         regulator-min-microvolt = <1800000>;
196                         regulator-max-microvol    196                         regulator-max-microvolt = <1800000>;
197                         regulator-initial-mode    197                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
198                 };                                198                 };
199                                                   199 
200                 vreg_l3c_3p0: ldo3 {              200                 vreg_l3c_3p0: ldo3 {
201                         regulator-name = "vreg    201                         regulator-name = "vreg_l3c_3p0";
202                         regulator-min-microvol    202                         regulator-min-microvolt = <3008000>;
203                         regulator-max-microvol    203                         regulator-max-microvolt = <3008000>;
204                         regulator-initial-mode    204                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
205                 };                                205                 };
206                                                   206 
207                 vreg_l4c_uim1: ldo4 {             207                 vreg_l4c_uim1: ldo4 {
208                         regulator-name = "vreg    208                         regulator-name = "vreg_l4c_uim1";
209                         regulator-min-microvol    209                         regulator-min-microvolt = <1704000>;
210                         regulator-max-microvol    210                         regulator-max-microvolt = <3000000>;
211                         regulator-initial-mode    211                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
212                 };                                212                 };
213                                                   213 
214                 vreg_l5c_uim2: ldo5 {             214                 vreg_l5c_uim2: ldo5 {
215                         regulator-name = "vreg    215                         regulator-name = "vreg_l5c_uim2";
216                         regulator-min-microvol    216                         regulator-min-microvolt = <1704000>;
217                         regulator-max-microvol    217                         regulator-max-microvolt = <3000000>;
218                         regulator-initial-mode    218                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
219                 };                                219                 };
220                                                   220 
221                 vreg_l6c_1p8: ldo6 {              221                 vreg_l6c_1p8: ldo6 {
222                         regulator-name = "vreg    222                         regulator-name = "vreg_l6c_1p8";
223                         regulator-min-microvol    223                         regulator-min-microvolt = <1800000>;
224                         regulator-max-microvol    224                         regulator-max-microvolt = <2960000>;
225                         regulator-initial-mode    225                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
226                 };                                226                 };
227                                                   227 
228                 vreg_l7c_3p0: ldo7 {              228                 vreg_l7c_3p0: ldo7 {
229                         regulator-name = "vreg    229                         regulator-name = "vreg_l7c_3p0";
230                         regulator-min-microvol    230                         regulator-min-microvolt = <3008000>;
231                         regulator-max-microvol    231                         regulator-max-microvolt = <3008000>;
232                         regulator-initial-mode    232                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
233                 };                                233                 };
234                                                   234 
235                 vreg_l8c_1p8: ldo8 {              235                 vreg_l8c_1p8: ldo8 {
236                         regulator-name = "vreg    236                         regulator-name = "vreg_l8c_1p8";
237                         regulator-min-microvol    237                         regulator-min-microvolt = <1800000>;
238                         regulator-max-microvol    238                         regulator-max-microvolt = <1800000>;
239                         regulator-initial-mode    239                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
240                 };                                240                 };
241                                                   241 
242                 vreg_l9c_2p96: ldo9 {             242                 vreg_l9c_2p96: ldo9 {
243                         regulator-name = "vreg    243                         regulator-name = "vreg_l9c_2p96";
244                         regulator-min-microvol    244                         regulator-min-microvolt = <2960000>;
245                         regulator-max-microvol    245                         regulator-max-microvolt = <3008000>;
246                         regulator-initial-mode    246                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
247                 };                                247                 };
248                                                   248 
249                 vreg_l10c_1p2: ldo10 {            249                 vreg_l10c_1p2: ldo10 {
250                         regulator-name = "vreg    250                         regulator-name = "vreg_l10c_1p2";
251                         regulator-min-microvol    251                         regulator-min-microvolt = <1200000>;
252                         regulator-max-microvol    252                         regulator-max-microvolt = <1200000>;
253                         regulator-initial-mode    253                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
254                 };                                254                 };
255                                                   255 
256                 vreg_l11c_2p96: ldo11 {           256                 vreg_l11c_2p96: ldo11 {
257                         regulator-name = "vreg    257                         regulator-name = "vreg_l11c_2p96";
258                         regulator-min-microvol    258                         regulator-min-microvolt = <2400000>;
259                         regulator-max-microvol    259                         regulator-max-microvolt = <3008000>;
260                         regulator-initial-mode    260                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
261                 };                                261                 };
262                                                   262 
263                 vreg_l12c_1p8: ldo12 {            263                 vreg_l12c_1p8: ldo12 {
264                         regulator-name = "vreg    264                         regulator-name = "vreg_l12c_1p8";
265                         regulator-min-microvol    265                         regulator-min-microvolt = <1800000>;
266                         regulator-max-microvol    266                         regulator-max-microvolt = <2000000>;
267                         regulator-initial-mode    267                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
268                 };                                268                 };
269                                                   269 
270                 vreg_l13c_3p0: ldo13 {            270                 vreg_l13c_3p0: ldo13 {
271                         regulator-name = "vreg    271                         regulator-name = "vreg_l13c_3p0";
272                         regulator-min-microvol    272                         regulator-min-microvolt = <3000000>;
273                         regulator-max-microvol    273                         regulator-max-microvolt = <3000000>;
274                         regulator-initial-mode    274                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
275                 };                                275                 };
276         };                                        276         };
277 };                                                277 };
278                                                   278 
279 &cdsp {                                           279 &cdsp {
280         status = "okay";                          280         status = "okay";
281         firmware-name = "qcom/sm8350/microsoft    281         firmware-name = "qcom/sm8350/microsoft/cdsp.mbn";
282 };                                                282 };
283                                                   283 
284 &i2c10 {                                       !! 284 &ipa {
285         status = "okay";                       << 
286 };                                             << 
287                                                << 
288 &i2c11 {                                       << 
289         status = "okay";                          285         status = "okay";
290 };                                             << 
291                                                   286 
292 &ipa {                                         << 
293         qcom,gsi-loader = "self";              << 
294         memory-region = <&pil_ipa_fw_mem>;        287         memory-region = <&pil_ipa_fw_mem>;
295         status = "okay";                       << 
296 };                                                288 };
297                                                   289 
298 &mpss {                                           290 &mpss {
299         status = "okay";                          291         status = "okay";
300         firmware-name = "qcom/sm8350/microsoft    292         firmware-name = "qcom/sm8350/microsoft/modem.mbn";
301 };                                                293 };
302                                                   294 
303 &qupv3_id_0 {                                     295 &qupv3_id_0 {
304         status = "okay";                          296         status = "okay";
305 };                                                297 };
306                                                   298 
307 &qupv3_id_1 {                                  << 
308         status = "okay";                       << 
309 };                                             << 
310                                                << 
311 &slpi {                                           299 &slpi {
312         status = "okay";                          300         status = "okay";
313         firmware-name = "qcom/sm8350/microsoft    301         firmware-name = "qcom/sm8350/microsoft/slpi.mbn";
314 };                                                302 };
315                                                   303 
316 &tlmm {                                           304 &tlmm {
317         gpio-reserved-ranges = <4 4>, <12 4>,     305         gpio-reserved-ranges = <4 4>, <12 4>, <56 4>, <76 4>;
318 };                                                306 };
319                                                   307 
320 &uart2 {                                          308 &uart2 {
321         status = "okay";                          309         status = "okay";
322 };                                                310 };
323                                                   311 
324 &ufs_mem_hc {                                     312 &ufs_mem_hc {
325         status = "okay";                          313         status = "okay";
326                                                   314 
327         reset-gpios = <&tlmm 203 GPIO_ACTIVE_L    315         reset-gpios = <&tlmm 203 GPIO_ACTIVE_LOW>;
328                                                   316 
329         vcc-supply = <&vreg_l7b_2p96>;            317         vcc-supply = <&vreg_l7b_2p96>;
330         vcc-max-microamp = <800000>;              318         vcc-max-microamp = <800000>;
331         vccq-supply = <&vreg_l9b_1p2>;            319         vccq-supply = <&vreg_l9b_1p2>;
332         vccq-max-microamp = <900000>;             320         vccq-max-microamp = <900000>;
333 };                                                321 };
334                                                   322 
335 &ufs_mem_phy {                                    323 &ufs_mem_phy {
336         status = "okay";                          324         status = "okay";
337                                                   325 
338         vdda-phy-supply = <&vreg_l5b_0p88>;       326         vdda-phy-supply = <&vreg_l5b_0p88>;
                                                   >> 327         vdda-max-microamp = <91600>;
339         vdda-pll-supply = <&vreg_l6b_1p2>;        328         vdda-pll-supply = <&vreg_l6b_1p2>;
                                                   >> 329         vdda-pll-max-microamp = <19000>;
340 };                                                330 };
341                                                   331 
342 &usb_1 {                                          332 &usb_1 {
343         status = "okay";                          333         status = "okay";
344 };                                             << 
345                                                << 
346 &usb_1_dwc3 {                                  << 
347         dr_mode = "peripheral";                   334         dr_mode = "peripheral";
348 };                                                335 };
349                                                   336 
350 &usb_1_hsphy {                                    337 &usb_1_hsphy {
351         status = "okay";                          338         status = "okay";
352                                                   339 
353         vdda-pll-supply = <&vreg_l5b_0p88>;       340         vdda-pll-supply = <&vreg_l5b_0p88>;
354         vdda18-supply = <&vreg_l1c_1p8>;          341         vdda18-supply = <&vreg_l1c_1p8>;
355         vdda33-supply = <&vreg_l2b_3p07>;         342         vdda33-supply = <&vreg_l2b_3p07>;
356 };                                                343 };
357                                                   344 
358 &usb_1_qmpphy {                                   345 &usb_1_qmpphy {
359         status = "okay";                          346         status = "okay";
360                                                   347 
361         vdda-phy-supply = <&vreg_l6b_1p2>;        348         vdda-phy-supply = <&vreg_l6b_1p2>;
362         vdda-pll-supply = <&vreg_l1b_0p88>;       349         vdda-pll-supply = <&vreg_l1b_0p88>;
363 };                                                350 };
364                                                   351 
365 &usb_2 {                                          352 &usb_2 {
366         status = "okay";                          353         status = "okay";
367 };                                                354 };
368                                                   355 
369 &usb_2_hsphy {                                    356 &usb_2_hsphy {
370         status = "okay";                          357         status = "okay";
371                                                   358 
372         vdda-pll-supply = <&vreg_l5b_0p88>;       359         vdda-pll-supply = <&vreg_l5b_0p88>;
373         vdda18-supply = <&vreg_l1c_1p8>;          360         vdda18-supply = <&vreg_l1c_1p8>;
374         vdda33-supply = <&vreg_l2b_3p07>;         361         vdda33-supply = <&vreg_l2b_3p07>;
375 };                                                362 };
376                                                   363 
377 &usb_2_qmpphy {                                   364 &usb_2_qmpphy {
378         status = "okay";                          365         status = "okay";
379                                                   366 
380         vdda-phy-supply = <&vreg_l6b_1p2>;        367         vdda-phy-supply = <&vreg_l6b_1p2>;
381         vdda-pll-supply = <&vreg_l5b_0p88>;       368         vdda-pll-supply = <&vreg_l5b_0p88>;
382 };                                                369 };
                                                      

~ [ 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