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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/sm8350-sony-xperia-sagami.dtsi

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-sony-xperia-sagami.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/qcom/sm8350-sony-xperia-sagami.dtsi (Version linux-6.11.7)


  1 // SPDX-License-Identifier: BSD-3-Clause            1 // SPDX-License-Identifier: BSD-3-Clause
  2 /*                                                  2 /*
  3  * Copyright (c) 2021, Konrad Dybcio <konrad.dy      3  * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h      6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
  7 #include <dt-bindings/regulator/qcom,rpmh-regu      7 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
  8 #include "sm8350.dtsi"                              8 #include "sm8350.dtsi"
  9 #include "pm8350.dtsi"                              9 #include "pm8350.dtsi"
 10 #include "pm8350b.dtsi"                            10 #include "pm8350b.dtsi"
 11 #include "pm8350c.dtsi"                            11 #include "pm8350c.dtsi"
 12 #include "pmk8350.dtsi"                            12 #include "pmk8350.dtsi"
 13 #include "pmr735a.dtsi"                            13 #include "pmr735a.dtsi"
 14 #include "pmr735b.dtsi"                            14 #include "pmr735b.dtsi"
 15                                                    15 
 16 / {                                                16 / {
 17         /*                                         17         /*
 18          * Yes, you are correct, there is NO M     18          * Yes, you are correct, there is NO MORE {msm,board,pmic}-id on SM8350!
 19          * Adding it will cause the bootloader     19          * Adding it will cause the bootloader to go crazy and randomly crash
 20          * shortly after closing UEFI boot ser     20          * shortly after closing UEFI boot services.. Perhaps that has something
 21          * to do with the OS running inside a      21          * to do with the OS running inside a VM now..?
 22          */                                        22          */
 23                                                    23 
 24         chassis-type = "handset";                  24         chassis-type = "handset";
 25                                                    25 
 26         chosen {                                   26         chosen {
 27                 #address-cells = <2>;              27                 #address-cells = <2>;
 28                 #size-cells = <2>;                 28                 #size-cells = <2>;
 29                 ranges;                            29                 ranges;
 30                                                    30 
 31                 framebuffer: framebuffer@e1000     31                 framebuffer: framebuffer@e1000000 {
 32                         compatible = "simple-f     32                         compatible = "simple-framebuffer";
 33                         reg = <0 0xe1000000 0      33                         reg = <0 0xe1000000 0 0x2300000>;
 34                                                    34 
 35                         /* The display, even t     35                         /* The display, even though it's 4K, initializes at 1080-ish p */
 36                         width = <1096>;            36                         width = <1096>;
 37                         height = <2560>;           37                         height = <2560>;
 38                         stride = <(1096 * 4)>;     38                         stride = <(1096 * 4)>;
 39                         format = "a8r8g8b8";       39                         format = "a8r8g8b8";
 40                         /*                         40                         /*
 41                          * That's (going to be     41                          * That's (going to be) a lot of clocks, but it's necessary due
 42                          * to unused clk clean     42                          * to unused clk cleanup & no panel driver yet
 43                          */                        43                          */
 44                         clocks = <&gcc GCC_DIS     44                         clocks = <&gcc GCC_DISP_HF_AXI_CLK>,
 45                                  <&gcc GCC_DIS     45                                  <&gcc GCC_DISP_SF_AXI_CLK>;
 46                 };                                 46                 };
 47         };                                         47         };
 48                                                    48 
 49         gpio-keys {                                49         gpio-keys {
 50                 compatible = "gpio-keys";          50                 compatible = "gpio-keys";
 51                                                    51 
 52                 pinctrl-names = "default";         52                 pinctrl-names = "default";
 53                 pinctrl-0 = <&focus_n &snapsho     53                 pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &g_assist_n>;
 54                                                    54 
 55                 key-camera-focus {                 55                 key-camera-focus {
 56                         label = "Camera Focus"     56                         label = "Camera Focus";
 57                         linux,code = <KEY_CAME     57                         linux,code = <KEY_CAMERA_FOCUS>;
 58                         gpios = <&pm8350b_gpio     58                         gpios = <&pm8350b_gpios 8 GPIO_ACTIVE_LOW>;
 59                         debounce-interval = <1     59                         debounce-interval = <15>;
 60                         linux,can-disable;         60                         linux,can-disable;
 61                         wakeup-source;             61                         wakeup-source;
 62                 };                                 62                 };
 63                                                    63 
 64                 key-camera-snapshot {              64                 key-camera-snapshot {
 65                         label = "Camera Snapsh     65                         label = "Camera Snapshot";
 66                         linux,code = <KEY_CAME     66                         linux,code = <KEY_CAMERA>;
 67                         gpios = <&pm8350b_gpio     67                         gpios = <&pm8350b_gpios 5 GPIO_ACTIVE_LOW>;
 68                         debounce-interval = <1     68                         debounce-interval = <15>;
 69                         linux,can-disable;         69                         linux,can-disable;
 70                         wakeup-source;             70                         wakeup-source;
 71                 };                                 71                 };
 72                                                    72 
 73                 key-google-assist {                73                 key-google-assist {
 74                         label = "Google Assist     74                         label = "Google Assistant Key";
 75                         gpios = <&pm8350_gpios     75                         gpios = <&pm8350_gpios 9 GPIO_ACTIVE_LOW>;
 76                         linux,code = <KEY_LEFT     76                         linux,code = <KEY_LEFTMETA>;
 77                         debounce-interval = <1     77                         debounce-interval = <15>;
 78                         linux,can-disable;         78                         linux,can-disable;
 79                         wakeup-source;             79                         wakeup-source;
 80                 };                                 80                 };
 81                                                    81 
 82                 key-vol-down {                     82                 key-vol-down {
 83                         label = "Volume Down";     83                         label = "Volume Down";
 84                         linux,code = <KEY_VOLU     84                         linux,code = <KEY_VOLUMEDOWN>;
 85                         gpios = <&pmk8350_gpio     85                         gpios = <&pmk8350_gpios 3 GPIO_ACTIVE_LOW>;
 86                         debounce-interval = <1     86                         debounce-interval = <15>;
 87                         linux,can-disable;         87                         linux,can-disable;
 88                         wakeup-source;             88                         wakeup-source;
 89                 };                                 89                 };
 90         };                                         90         };
 91                                                    91 
 92         reserved-memory {                          92         reserved-memory {
 93                 cont_splash_mem: memory@e10000     93                 cont_splash_mem: memory@e1000000 {
 94                         reg = <0 0xe1000000 0      94                         reg = <0 0xe1000000 0 0x2300000>;
 95                         no-map;                    95                         no-map;
 96                 };                                 96                 };
 97                                                    97 
 98                 ramoops@ffc00000 {                 98                 ramoops@ffc00000 {
 99                         compatible = "ramoops"     99                         compatible = "ramoops";
100                         reg = <0 0xffc00000 0     100                         reg = <0 0xffc00000 0 0x100000>;
101                         console-size = <0x4000    101                         console-size = <0x40000>;
102                         record-size = <0x1000>    102                         record-size = <0x1000>;
103                         no-map;                   103                         no-map;
104                 };                                104                 };
105         };                                        105         };
106                                                   106 
107         vph_pwr: vph-pwr-regulator {              107         vph_pwr: vph-pwr-regulator {
108                 compatible = "regulator-fixed"    108                 compatible = "regulator-fixed";
109                 regulator-name = "vph_pwr";       109                 regulator-name = "vph_pwr";
110                 regulator-min-microvolt = <370    110                 regulator-min-microvolt = <3700000>;
111                 regulator-max-microvolt = <370    111                 regulator-max-microvolt = <3700000>;
112                                                   112 
113                 regulator-always-on;              113                 regulator-always-on;
114                 regulator-boot-on;                114                 regulator-boot-on;
115         };                                        115         };
116 };                                                116 };
117                                                   117 
118 &adsp {                                           118 &adsp {
119         status = "okay";                          119         status = "okay";
120         firmware-name = "qcom/sm8350/Sony/saga    120         firmware-name = "qcom/sm8350/Sony/sagami/adsp.mbn";
121 };                                                121 };
122                                                   122 
123 &apps_rsc {                                       123 &apps_rsc {
124         regulators-0 {                            124         regulators-0 {
125                 compatible = "qcom,pm8350-rpmh    125                 compatible = "qcom,pm8350-rpmh-regulators";
126                 qcom,pmic-id = "b";               126                 qcom,pmic-id = "b";
127                                                   127 
128                 vdd-s1-supply = <&vph_pwr>;       128                 vdd-s1-supply = <&vph_pwr>;
129                 vdd-s2-supply = <&vph_pwr>;       129                 vdd-s2-supply = <&vph_pwr>;
130                 vdd-s3-supply = <&vph_pwr>;       130                 vdd-s3-supply = <&vph_pwr>;
131                 vdd-s4-supply = <&vph_pwr>;       131                 vdd-s4-supply = <&vph_pwr>;
132                 vdd-s5-supply = <&vph_pwr>;       132                 vdd-s5-supply = <&vph_pwr>;
133                 vdd-s6-supply = <&vph_pwr>;       133                 vdd-s6-supply = <&vph_pwr>;
134                 vdd-s7-supply = <&vph_pwr>;       134                 vdd-s7-supply = <&vph_pwr>;
135                 vdd-s8-supply = <&vph_pwr>;       135                 vdd-s8-supply = <&vph_pwr>;
136                 vdd-s9-supply = <&vph_pwr>;       136                 vdd-s9-supply = <&vph_pwr>;
137                 vdd-s10-supply = <&vph_pwr>;      137                 vdd-s10-supply = <&vph_pwr>;
138                 vdd-s11-supply = <&vph_pwr>;      138                 vdd-s11-supply = <&vph_pwr>;
139                 vdd-s12-supply = <&vph_pwr>;      139                 vdd-s12-supply = <&vph_pwr>;
140                                                   140 
141                 vdd-l1-l4-supply = <&pm8350_s1    141                 vdd-l1-l4-supply = <&pm8350_s11>;
142                 vdd-l2-l7-supply = <&vreg_bob>    142                 vdd-l2-l7-supply = <&vreg_bob>;
143                 vdd-l3-l5-supply = <&vreg_bob>    143                 vdd-l3-l5-supply = <&vreg_bob>;
144                 vdd-l6-l9-l10-supply = <&pm835    144                 vdd-l6-l9-l10-supply = <&pm8350_s11>;
145                                                   145 
146                 /*                                146                 /*
147                  * ARC regulators:                147                  * ARC regulators:
148                  * S5 - mx.lvl                    148                  * S5 - mx.lvl
149                  * S6 - gfx.lvl                   149                  * S6 - gfx.lvl
150                  * S9 - mxc.lvl                   150                  * S9 - mxc.lvl
151                  */                               151                  */
152                                                   152 
153                 pm8350_s10: smps10 {              153                 pm8350_s10: smps10 {
154                         regulator-name = "pm83    154                         regulator-name = "pm8350_s10";
155                         regulator-min-microvol    155                         regulator-min-microvolt = <1800000>;
156                         regulator-max-microvol    156                         regulator-max-microvolt = <1800000>;
157                         regulator-initial-mode    157                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
158                 };                                158                 };
159                                                   159 
160                 pm8350_s11: smps11 {              160                 pm8350_s11: smps11 {
161                         regulator-name = "pm83    161                         regulator-name = "pm8350_s11";
162                         regulator-min-microvol    162                         regulator-min-microvolt = <752000>;
163                         regulator-max-microvol    163                         regulator-max-microvolt = <1000000>;
164                         regulator-initial-mode    164                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
165                 };                                165                 };
166                                                   166 
167                 pm8350_s12: smps12 {              167                 pm8350_s12: smps12 {
168                         regulator-name = "pm83    168                         regulator-name = "pm8350_s12";
169                         regulator-min-microvol    169                         regulator-min-microvolt = <1224000>;
170                         regulator-max-microvol    170                         regulator-max-microvolt = <1360000>;
171                         regulator-initial-mode    171                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
172                 };                                172                 };
173                                                   173 
174                 pm8350_l1: ldo1 {                 174                 pm8350_l1: ldo1 {
175                         regulator-name = "pm83    175                         regulator-name = "pm8350_l1";
176                         regulator-min-microvol    176                         regulator-min-microvolt = <912000>;
177                         regulator-max-microvol    177                         regulator-max-microvolt = <920000>;
178                         regulator-initial-mode    178                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
179                 };                                179                 };
180                                                   180 
181                 pm8350_l2: ldo2 {                 181                 pm8350_l2: ldo2 {
182                         regulator-name = "pm83    182                         regulator-name = "pm8350_l2";
183                         regulator-min-microvol    183                         regulator-min-microvolt = <3072000>;
184                         regulator-max-microvol    184                         regulator-max-microvolt = <3072000>;
185                         regulator-initial-mode    185                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
186                 };                                186                 };
187                                                   187 
188                 pm8350_l3: ldo3 {                 188                 pm8350_l3: ldo3 {
189                         regulator-name = "pm83    189                         regulator-name = "pm8350_l3";
190                         regulator-min-microvol    190                         regulator-min-microvolt = <904000>;
191                         regulator-max-microvol    191                         regulator-max-microvolt = <904000>;
192                         regulator-initial-mode    192                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
193                 };                                193                 };
194                                                   194 
195                 /* L4 - lmx.lvl (ARC) */          195                 /* L4 - lmx.lvl (ARC) */
196                                                   196 
197                 pm8350_l5: ldo5 {                 197                 pm8350_l5: ldo5 {
198                         regulator-name = "pm83    198                         regulator-name = "pm8350_l5";
199                         regulator-min-microvol    199                         regulator-min-microvolt = <880000>;
200                         regulator-max-microvol    200                         regulator-max-microvolt = <888000>;
201                         regulator-initial-mode    201                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
202                         regulator-allow-set-lo    202                         regulator-allow-set-load;
203                         regulator-allowed-mode    203                         regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
204                                                   204                                                    RPMH_REGULATOR_MODE_HPM>;
205                 };                                205                 };
206                                                   206 
207                 pm8350_l6: ldo6 {                 207                 pm8350_l6: ldo6 {
208                         regulator-name = "pm83    208                         regulator-name = "pm8350_l6";
209                         regulator-min-microvol    209                         regulator-min-microvolt = <1200000>;
210                         regulator-max-microvol    210                         regulator-max-microvolt = <1208000>;
211                         regulator-initial-mode    211                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
212                         regulator-allow-set-lo    212                         regulator-allow-set-load;
213                         regulator-allowed-mode    213                         regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
214                                                   214                                                    RPMH_REGULATOR_MODE_HPM>;
215                 };                                215                 };
216                                                   216 
217                 pm8350_l7: ldo7 {                 217                 pm8350_l7: ldo7 {
218                         regulator-name = "pm83    218                         regulator-name = "pm8350_l7";
219                         regulator-min-microvol    219                         regulator-min-microvolt = <2400000>;
220                         regulator-max-microvol    220                         regulator-max-microvolt = <3008000>;
221                         regulator-initial-mode    221                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
222                         regulator-allow-set-lo    222                         regulator-allow-set-load;
223                         regulator-allowed-mode    223                         regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
224                                                   224                                                    RPMH_REGULATOR_MODE_HPM>;
225                 };                                225                 };
226                                                   226 
227                 /* L8 - lcx.lvl (ARC) */          227                 /* L8 - lcx.lvl (ARC) */
228                                                   228 
229                 pm8350_l9: ldo9 {                 229                 pm8350_l9: ldo9 {
230                         regulator-name = "pm83    230                         regulator-name = "pm8350_l9";
231                         regulator-min-microvol    231                         regulator-min-microvolt = <1200000>;
232                         regulator-max-microvol    232                         regulator-max-microvolt = <1200000>;
233                         regulator-initial-mode    233                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
234                         regulator-allow-set-lo    234                         regulator-allow-set-load;
235                         regulator-allowed-mode    235                         regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM
236                                                   236                                                    RPMH_REGULATOR_MODE_HPM>;
237                 };                                237                 };
238         };                                        238         };
239                                                   239 
240         regulators-1 {                            240         regulators-1 {
241                 compatible = "qcom,pm8350c-rpm    241                 compatible = "qcom,pm8350c-rpmh-regulators";
242                 qcom,pmic-id = "c";               242                 qcom,pmic-id = "c";
243                                                   243 
244                 vdd-s1-supply = <&vph_pwr>;       244                 vdd-s1-supply = <&vph_pwr>;
245                 vdd-s2-supply = <&vph_pwr>;       245                 vdd-s2-supply = <&vph_pwr>;
246                 vdd-s3-supply = <&vph_pwr>;       246                 vdd-s3-supply = <&vph_pwr>;
247                 vdd-s4-supply = <&vph_pwr>;       247                 vdd-s4-supply = <&vph_pwr>;
248                 vdd-s5-supply = <&vph_pwr>;       248                 vdd-s5-supply = <&vph_pwr>;
249                 vdd-s6-supply = <&vph_pwr>;       249                 vdd-s6-supply = <&vph_pwr>;
250                 vdd-s7-supply = <&vph_pwr>;       250                 vdd-s7-supply = <&vph_pwr>;
251                 vdd-s8-supply = <&vph_pwr>;       251                 vdd-s8-supply = <&vph_pwr>;
252                 vdd-s9-supply = <&vph_pwr>;       252                 vdd-s9-supply = <&vph_pwr>;
253                 vdd-s10-supply = <&vph_pwr>;      253                 vdd-s10-supply = <&vph_pwr>;
254                                                   254 
255                 vdd-l1-l12-supply = <&pm8350c_    255                 vdd-l1-l12-supply = <&pm8350c_s1>;
256                 vdd-l2-l8-supply = <&pm8350c_s    256                 vdd-l2-l8-supply = <&pm8350c_s1>;
257                 vdd-l3-l4-l5-l7-l13-supply = <    257                 vdd-l3-l4-l5-l7-l13-supply = <&vreg_bob>;
258                 vdd-l6-l9-l11-supply = <&vreg_    258                 vdd-l6-l9-l11-supply = <&vreg_bob>;
259                 vdd-l10-supply = <&pm8350_s12>    259                 vdd-l10-supply = <&pm8350_s12>;
260                                                   260 
261                 vdd-bob-supply = <&vph_pwr>;      261                 vdd-bob-supply = <&vph_pwr>;
262                                                   262 
263                 pm8350c_s1: smps1 {               263                 pm8350c_s1: smps1 {
264                         regulator-name = "pm83    264                         regulator-name = "pm8350c_s1";
265                         regulator-min-microvol    265                         regulator-min-microvolt = <1800000>;
266                         regulator-max-microvol    266                         regulator-max-microvolt = <1952000>;
267                         regulator-initial-mode    267                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
268                 };                                268                 };
269                                                   269 
270                 /* S2 - ebi.lvl (ARC) */          270                 /* S2 - ebi.lvl (ARC) */
271                                                   271 
272                 pm8350c_s3: smps3 {               272                 pm8350c_s3: smps3 {
273                         regulator-name = "pm83    273                         regulator-name = "pm8350c_s3";
274                         regulator-min-microvol    274                         regulator-min-microvolt = <300000>;
275                         regulator-max-microvol    275                         regulator-max-microvolt = <704000>;
276                         regulator-initial-mode    276                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
277                 };                                277                 };
278                                                   278 
279                 /*                                279                 /*
280                  * ARC regulators:                280                  * ARC regulators:
281                  * S4 - mss.lvl                   281                  * S4 - mss.lvl
282                  * S6 - cx.lvl                    282                  * S6 - cx.lvl
283                  * S8 - mmcx.lvl                  283                  * S8 - mmcx.lvl
284                  */                               284                  */
285                                                   285 
286                 pm8350c_s10: smps10 {             286                 pm8350c_s10: smps10 {
287                         regulator-name = "pm83    287                         regulator-name = "pm8350c_s10";
288                         regulator-min-microvol    288                         regulator-min-microvolt = <1048000>;
289                         regulator-max-microvol    289                         regulator-max-microvolt = <1128000>;
290                         regulator-initial-mode    290                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
291                 };                                291                 };
292                                                   292 
293                 pm8350c_l1: ldo1 {                293                 pm8350c_l1: ldo1 {
294                         regulator-name = "pm83    294                         regulator-name = "pm8350c_l1";
295                         regulator-min-microvol    295                         regulator-min-microvolt = <1800000>;
296                         regulator-max-microvol    296                         regulator-max-microvolt = <1800000>;
297                         regulator-initial-mode    297                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
298                 };                                298                 };
299                                                   299 
300                 pm8350c_l2: ldo2 {                300                 pm8350c_l2: ldo2 {
301                         regulator-name = "pm83    301                         regulator-name = "pm8350c_l2";
302                         regulator-min-microvol    302                         regulator-min-microvolt = <1800000>;
303                         regulator-max-microvol    303                         regulator-max-microvolt = <1800000>;
304                         regulator-initial-mode    304                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
305                 };                                305                 };
306                                                   306 
307                 pm8350c_l3: ldo3 {                307                 pm8350c_l3: ldo3 {
308                         regulator-name = "pm83    308                         regulator-name = "pm8350c_l3";
309                         regulator-min-microvol    309                         regulator-min-microvolt = <3304000>;
310                         regulator-max-microvol    310                         regulator-max-microvolt = <3304000>;
311                         regulator-initial-mode    311                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
312                 };                                312                 };
313                                                   313 
314                 pm8350c_l4: ldo4 {                314                 pm8350c_l4: ldo4 {
315                         regulator-name = "pm83    315                         regulator-name = "pm8350c_l4";
316                         regulator-min-microvol    316                         regulator-min-microvolt = <1704000>;
317                         regulator-max-microvol    317                         regulator-max-microvolt = <3000000>;
318                         regulator-initial-mode    318                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
319                 };                                319                 };
320                                                   320 
321                 pm8350c_l5: ldo5 {                321                 pm8350c_l5: ldo5 {
322                         regulator-name = "pm83    322                         regulator-name = "pm8350c_l5";
323                         regulator-min-microvol    323                         regulator-min-microvolt = <1704000>;
324                         regulator-max-microvol    324                         regulator-max-microvolt = <3000000>;
325                         regulator-initial-mode    325                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
326                 };                                326                 };
327                                                   327 
328                 pm8350c_l6: ldo6 {                328                 pm8350c_l6: ldo6 {
329                         regulator-name = "pm83    329                         regulator-name = "pm8350c_l6";
330                         regulator-min-microvol    330                         regulator-min-microvolt = <1800000>;
331                         regulator-max-microvol    331                         regulator-max-microvolt = <2960000>;
332                         regulator-initial-mode    332                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
333                 };                                333                 };
334                                                   334 
335                 pm8350c_l7: ldo7 {                335                 pm8350c_l7: ldo7 {
336                         regulator-name = "pm83    336                         regulator-name = "pm8350c_l7";
337                         regulator-min-microvol    337                         regulator-min-microvolt = <3008000>;
338                         regulator-max-microvol    338                         regulator-max-microvolt = <3008000>;
339                         regulator-initial-mode    339                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
340                 };                                340                 };
341                                                   341 
342                 pm8350c_l8: ldo8 {                342                 pm8350c_l8: ldo8 {
343                         regulator-name = "pm83    343                         regulator-name = "pm8350c_l8";
344                         regulator-min-microvol    344                         regulator-min-microvolt = <1800000>;
345                         regulator-max-microvol    345                         regulator-max-microvolt = <1800000>;
346                         regulator-initial-mode    346                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
347                 };                                347                 };
348                                                   348 
349                 pm8350c_l9: ldo9 {                349                 pm8350c_l9: ldo9 {
350                         regulator-name = "pm83    350                         regulator-name = "pm8350c_l9";
351                         regulator-min-microvol    351                         regulator-min-microvolt = <2960000>;
352                         /* Originally max = 30    352                         /* Originally max = 3008000 but SDHCI expects 2960000 */
353                         regulator-max-microvol    353                         regulator-max-microvolt = <2960000>;
354                         regulator-initial-mode    354                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
355                 };                                355                 };
356                                                   356 
357                 pm8350c_l10: ldo10 {              357                 pm8350c_l10: ldo10 {
358                         regulator-name = "pm83    358                         regulator-name = "pm8350c_l10";
359                         regulator-min-microvol    359                         regulator-min-microvolt = <1200000>;
360                         regulator-max-microvol    360                         regulator-max-microvolt = <1200000>;
361                         regulator-initial-mode    361                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
362                 };                                362                 };
363                                                   363 
364                 pm8350c_l11: ldo11 {              364                 pm8350c_l11: ldo11 {
365                         regulator-name = "pm83    365                         regulator-name = "pm8350c_l11";
366                         regulator-min-microvol    366                         regulator-min-microvolt = <2400000>;
367                         regulator-max-microvol    367                         regulator-max-microvolt = <3008000>;
368                         regulator-initial-mode    368                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
369                 };                                369                 };
370                                                   370 
371                 pm8350c_l12: ldo12 {              371                 pm8350c_l12: ldo12 {
372                         regulator-name = "pm83    372                         regulator-name = "pm8350c_l12";
373                         regulator-min-microvol    373                         regulator-min-microvolt = <1800000>;
374                         regulator-max-microvol    374                         regulator-max-microvolt = <2000000>;
375                         regulator-initial-mode    375                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
376                 };                                376                 };
377                                                   377 
378                 pm8350c_l13: ldo13 {              378                 pm8350c_l13: ldo13 {
379                         regulator-name = "pm83    379                         regulator-name = "pm8350c_l13";
380                         regulator-min-microvol    380                         regulator-min-microvolt = <3000000>;
381                         regulator-max-microvol    381                         regulator-max-microvolt = <3000000>;
382                         regulator-initial-mode    382                         regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
383                 };                                383                 };
384                                                   384 
385                 vreg_bob: bob {                   385                 vreg_bob: bob {
386                         regulator-name = "vreg    386                         regulator-name = "vreg_bob";
387                         regulator-min-microvol    387                         regulator-min-microvolt = <3400000>;
388                         regulator-max-microvol    388                         regulator-max-microvolt = <3960000>;
389                         regulator-initial-mode    389                         regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>;
390                 };                                390                 };
391         };                                        391         };
392                                                   392 
393         /* TODO: Add pm8350b (just one ldo) on    393         /* TODO: Add pm8350b (just one ldo) once the driver part is in */
394                                                   394 
395         regulators-2 {                            395         regulators-2 {
396                 compatible = "qcom,pmr735a-rpm    396                 compatible = "qcom,pmr735a-rpmh-regulators";
397                 qcom,pmic-id = "e";               397                 qcom,pmic-id = "e";
398                                                   398 
399                 vdd-s1-supply = <&vph_pwr>;       399                 vdd-s1-supply = <&vph_pwr>;
400                 vdd-s2-supply = <&vph_pwr>;       400                 vdd-s2-supply = <&vph_pwr>;
401                 vdd-s3-supply = <&vph_pwr>;       401                 vdd-s3-supply = <&vph_pwr>;
402                                                   402 
403                 vdd-l1-l2-supply = <&pmr735a_s    403                 vdd-l1-l2-supply = <&pmr735a_s2>;
404                 vdd-l3-supply = <&pmr735a_s1>;    404                 vdd-l3-supply = <&pmr735a_s1>;
405                 vdd-l4-supply = <&pm8350c_s1>;    405                 vdd-l4-supply = <&pm8350c_s1>;
406                 vdd-l5-l6-supply = <&pm8350c_s    406                 vdd-l5-l6-supply = <&pm8350c_s1>;
407                 vdd-l7-bob-supply = <&vreg_bob    407                 vdd-l7-bob-supply = <&vreg_bob>;
408                                                   408 
409                 pmr735a_s1: smps1 {               409                 pmr735a_s1: smps1 {
410                         regulator-name = "pmr7    410                         regulator-name = "pmr735a_s1";
411                         regulator-min-microvol    411                         regulator-min-microvolt = <1200000>;
412                         regulator-max-microvol    412                         regulator-max-microvolt = <1280000>;
413                 };                                413                 };
414                                                   414 
415                 pmr735a_s2: smps2 {               415                 pmr735a_s2: smps2 {
416                         regulator-name = "pmr7    416                         regulator-name = "pmr735a_s2";
417                         regulator-min-microvol    417                         regulator-min-microvolt = <500000>;
418                         regulator-max-microvol    418                         regulator-max-microvolt = <976000>;
419                 };                                419                 };
420                                                   420 
421                 pmr735a_s3: smps3 {               421                 pmr735a_s3: smps3 {
422                         regulator-name = "pmr7    422                         regulator-name = "pmr735a_s3";
423                         regulator-min-microvol    423                         regulator-min-microvolt = <2208000>;
424                         regulator-max-microvol    424                         regulator-max-microvolt = <2352000>;
425                 };                                425                 };
426                                                   426 
427                 pmr735a_l1: ldo1 {                427                 pmr735a_l1: ldo1 {
428                         regulator-name = "pmr7    428                         regulator-name = "pmr735a_l1";
429                         regulator-min-microvol    429                         regulator-min-microvolt = <912000>;
430                         regulator-max-microvol    430                         regulator-max-microvolt = <912000>;
431                 };                                431                 };
432                                                   432 
433                 pmr735a_l2: ldo2 {                433                 pmr735a_l2: ldo2 {
434                         regulator-name = "pmr7    434                         regulator-name = "pmr735a_l2";
435                         regulator-min-microvol    435                         regulator-min-microvolt = <1200000>;
436                         regulator-max-microvol    436                         regulator-max-microvolt = <1200000>;
437                 };                                437                 };
438                                                   438 
439                 pmr735a_l3: ldo3 {                439                 pmr735a_l3: ldo3 {
440                         regulator-name = "pmr7    440                         regulator-name = "pmr735a_l3";
441                         regulator-min-microvol    441                         regulator-min-microvolt = <1200000>;
442                         regulator-max-microvol    442                         regulator-max-microvolt = <1200000>;
443                 };                                443                 };
444                                                   444 
445                 pmr735a_l4: ldo4 {                445                 pmr735a_l4: ldo4 {
446                         regulator-name = "pmr7    446                         regulator-name = "pmr735a_l4";
447                         regulator-min-microvol    447                         regulator-min-microvolt = <1776000>;
448                         regulator-max-microvol    448                         regulator-max-microvolt = <1872000>;
449                 };                                449                 };
450                                                   450 
451                 pmr735a_l5: ldo5 {                451                 pmr735a_l5: ldo5 {
452                         regulator-name = "pmr7    452                         regulator-name = "pmr735a_l5";
453                         regulator-min-microvol    453                         regulator-min-microvolt = <800000>;
454                         regulator-max-microvol    454                         regulator-max-microvolt = <800000>;
455                 };                                455                 };
456                                                   456 
457                 pmr735a_l6: ldo6 {                457                 pmr735a_l6: ldo6 {
458                         regulator-name = "pmr7    458                         regulator-name = "pmr735a_l6";
459                         regulator-min-microvol    459                         regulator-min-microvolt = <480000>;
460                         regulator-max-microvol    460                         regulator-max-microvolt = <904000>;
461                 };                                461                 };
462                                                   462 
463                 pmr735a_l7: ldo7 {                463                 pmr735a_l7: ldo7 {
464                         regulator-name = "pmr7    464                         regulator-name = "pmr735a_l7";
465                         regulator-min-microvol    465                         regulator-min-microvolt = <2800000>;
466                         regulator-max-microvol    466                         regulator-max-microvolt = <2800000>;
467                 };                                467                 };
468         };                                        468         };
469 };                                                469 };
470                                                   470 
471 &cdsp {                                           471 &cdsp {
472         status = "okay";                          472         status = "okay";
473         firmware-name = "qcom/sm8350/Sony/saga    473         firmware-name = "qcom/sm8350/Sony/sagami/cdsp.mbn";
474 };                                                474 };
475                                                   475 
476 &i2c1 {                                           476 &i2c1 {
477         status = "okay";                          477         status = "okay";
478         clock-frequency = <1000000>;              478         clock-frequency = <1000000>;
479                                                   479 
480         /* Some subset of SONY IMX663 camera s    480         /* Some subset of SONY IMX663 camera sensor @ 38 */
481 };                                                481 };
482                                                   482 
483 &i2c4 {                                           483 &i2c4 {
484         status = "okay";                          484         status = "okay";
485         clock-frequency = <400000>;               485         clock-frequency = <400000>;
486                                                   486 
487         /* Samsung Touchscreen (needs I2C GPI     487         /* Samsung Touchscreen (needs I2C GPI DMA) @ 48 */
488 };                                                488 };
489                                                   489 
490 &i2c11 {                                          490 &i2c11 {
491         status = "okay";                          491         status = "okay";
492         clock-frequency = <1000000>;              492         clock-frequency = <1000000>;
493                                                   493 
494         cs35l41_l: speaker-amp@40 {               494         cs35l41_l: speaker-amp@40 {
495                 compatible = "cirrus,cs35l41";    495                 compatible = "cirrus,cs35l41";
496                 reg = <0x40>;                     496                 reg = <0x40>;
497                 interrupt-parent = <&tlmm>;       497                 interrupt-parent = <&tlmm>;
498                 interrupts = <36 IRQ_TYPE_LEVE    498                 interrupts = <36 IRQ_TYPE_LEVEL_LOW>;
499                 reset-gpios = <&tlmm 37 GPIO_A    499                 reset-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
500                 cirrus,boost-peak-milliamp = <    500                 cirrus,boost-peak-milliamp = <4000>;
501                 cirrus,boost-ind-nanohenry = <    501                 cirrus,boost-ind-nanohenry = <1000>;
502                 cirrus,boost-cap-microfarad =     502                 cirrus,boost-cap-microfarad = <15>;
503                 cirrus,asp-sdout-hiz = <3>;       503                 cirrus,asp-sdout-hiz = <3>;
504                 cirrus,gpio2-src-select = <2>;    504                 cirrus,gpio2-src-select = <2>;
505                 cirrus,gpio2-output-enable;       505                 cirrus,gpio2-output-enable;
506                 #sound-dai-cells = <1>;           506                 #sound-dai-cells = <1>;
507         };                                        507         };
508                                                   508 
509         cs35l41_r: speaker-amp@41 {               509         cs35l41_r: speaker-amp@41 {
510                 compatible = "cirrus,cs35l41";    510                 compatible = "cirrus,cs35l41";
511                 reg = <0x41>;                     511                 reg = <0x41>;
512                 interrupt-parent = <&tlmm>;       512                 interrupt-parent = <&tlmm>;
513                 interrupts = <36 IRQ_TYPE_LEVE    513                 interrupts = <36 IRQ_TYPE_LEVEL_LOW>;
514                 reset-gpios = <&tlmm 37 GPIO_A    514                 reset-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
515                 cirrus,boost-peak-milliamp = <    515                 cirrus,boost-peak-milliamp = <4000>;
516                 cirrus,boost-ind-nanohenry = <    516                 cirrus,boost-ind-nanohenry = <1000>;
517                 cirrus,boost-cap-microfarad =     517                 cirrus,boost-cap-microfarad = <15>;
518                 cirrus,asp-sdout-hiz = <3>;       518                 cirrus,asp-sdout-hiz = <3>;
519                 cirrus,gpio2-src-select = <2>;    519                 cirrus,gpio2-src-select = <2>;
520                 cirrus,gpio2-output-enable;       520                 cirrus,gpio2-output-enable;
521                 #sound-dai-cells = <1>;           521                 #sound-dai-cells = <1>;
522         };                                        522         };
523 };                                                523 };
524                                                   524 
525 &i2c12 {                                          525 &i2c12 {
526         status = "okay";                          526         status = "okay";
527         /* Clock frequency was not specified d    527         /* Clock frequency was not specified downstream, let's park it to 100 KHz */
528         clock-frequency = <100000>;               528         clock-frequency = <100000>;
529                                                   529 
530         /* AMS TCS3490 RGB+IR color sensor @ 7    530         /* AMS TCS3490 RGB+IR color sensor @ 72 */
531 };                                                531 };
532                                                   532 
533 &i2c13 {                                          533 &i2c13 {
534         status = "okay";                          534         status = "okay";
535         /* Clock frequency was not specified d    535         /* Clock frequency was not specified downstream, let's park it to 100 KHz */
536         clock-frequency = <100000>;               536         clock-frequency = <100000>;
537                                                   537 
538         /* Qualcomm PM8008i/PM8008j (?) @ 8, 9    538         /* Qualcomm PM8008i/PM8008j (?) @ 8, 9, c, d */
539 };                                                539 };
540                                                   540 
541 &i2c15 {                                          541 &i2c15 {
542         status = "okay";                          542         status = "okay";
543         clock-frequency = <400000>;               543         clock-frequency = <400000>;
544                                                   544 
545         /* NXP SN1X0 NFC @ 28 */                  545         /* NXP SN1X0 NFC @ 28 */
546 };                                                546 };
547                                                   547 
548 &i2c17 {                                          548 &i2c17 {
549         status = "okay";                          549         status = "okay";
550         clock-frequency = <1000000>;              550         clock-frequency = <1000000>;
551                                                   551 
552         /* Cirrus Logic CS40L25A boosted hapti    552         /* Cirrus Logic CS40L25A boosted haptics driver @ 40 */
553 };                                                553 };
554                                                   554 
555 &ipa {                                            555 &ipa {
556         qcom,gsi-loader = "self";                 556         qcom,gsi-loader = "self";
557         memory-region = <&pil_ipa_fw_mem>;        557         memory-region = <&pil_ipa_fw_mem>;
558         firmware-name = "qcom/sm8350/Sony/saga    558         firmware-name = "qcom/sm8350/Sony/sagami/ipa_fws.mbn";
559         status = "okay";                          559         status = "okay";
560 };                                                560 };
561                                                   561 
562 &mpss {                                           562 &mpss {
563         status = "okay";                          563         status = "okay";
564         firmware-name = "qcom/sm8350/Sony/saga    564         firmware-name = "qcom/sm8350/Sony/sagami/modem.mbn";
565 };                                                565 };
566                                                   566 
567 &pm8350_gpios {                                   567 &pm8350_gpios {
568         gpio-line-names = "ASSIGN1_THERM", /*     568         gpio-line-names = "ASSIGN1_THERM", /* GPIO_1 */
569                           "LCD_ID",               569                           "LCD_ID",
570                           "SDR_MMW_THERM",        570                           "SDR_MMW_THERM",
571                           "RF_ID",                571                           "RF_ID",
572                           "NC",                   572                           "NC",
573                           "FP_LDO_EN",            573                           "FP_LDO_EN",
574                           "SP_ARI_PWR_ALARM",     574                           "SP_ARI_PWR_ALARM",
575                           "NC",                   575                           "NC",
576                           "G_ASSIST_N",           576                           "G_ASSIST_N",
577                           "PM8350_OPTION"; /*     577                           "PM8350_OPTION"; /* GPIO_10 */
578                                                   578 
579         g_assist_n: g-assist-n-state {            579         g_assist_n: g-assist-n-state {
580                 pins = "gpio9";                   580                 pins = "gpio9";
581                 function = "normal";              581                 function = "normal";
582                 power-source = <1>;               582                 power-source = <1>;
583                 bias-pull-up;                     583                 bias-pull-up;
584                 input-enable;                     584                 input-enable;
585         };                                        585         };
586 };                                                586 };
587                                                   587 
588 &pm8350b_gpios {                                  588 &pm8350b_gpios {
589         snapshot_n: snapshot-n-state {            589         snapshot_n: snapshot-n-state {
590                 pins = "gpio5";                   590                 pins = "gpio5";
591                 function = "normal";              591                 function = "normal";
592                 power-source = <0>;               592                 power-source = <0>;
593                 bias-pull-up;                     593                 bias-pull-up;
594                 input-enable;                     594                 input-enable;
595         };                                        595         };
596                                                   596 
597         focus_n: focus-n-state {                  597         focus_n: focus-n-state {
598                 pins = "gpio8";                   598                 pins = "gpio8";
599                 function = "normal";              599                 function = "normal";
600                 power-source = <0>;               600                 power-source = <0>;
601                 input-enable;                     601                 input-enable;
602                 bias-pull-up;                     602                 bias-pull-up;
603         };                                        603         };
604 };                                                604 };
605                                                   605 
606 &pmk8350_gpios {                                  606 &pmk8350_gpios {
607         gpio-line-names = "NC", /* GPIO_1 */      607         gpio-line-names = "NC", /* GPIO_1 */
608                           "NC",                   608                           "NC",
609                           "VOL_DOWN_N",           609                           "VOL_DOWN_N",
610                           "PMK8350_OPTION";       610                           "PMK8350_OPTION";
611                                                   611 
612         vol_down_n: vol-down-n-state {            612         vol_down_n: vol-down-n-state {
613                 pins = "gpio3";                   613                 pins = "gpio3";
614                 function = "normal";              614                 function = "normal";
615                 power-source = <0>;               615                 power-source = <0>;
616                 bias-pull-up;                     616                 bias-pull-up;
617                 input-enable;                     617                 input-enable;
618         };                                        618         };
619 };                                                619 };
620                                                   620 
621 &pmk8350_rtc {                                    621 &pmk8350_rtc {
622         status = "okay";                          622         status = "okay";
623 };                                                623 };
624                                                   624 
625 &pon_pwrkey {                                     625 &pon_pwrkey {
626         status = "okay";                          626         status = "okay";
627 };                                                627 };
628                                                   628 
629 &pon_resin {                                      629 &pon_resin {
630         status = "okay";                          630         status = "okay";
631         linux,code = <KEY_VOLUMEUP>;              631         linux,code = <KEY_VOLUMEUP>;
632 };                                                632 };
633                                                   633 
634 &qupv3_id_0 {                                     634 &qupv3_id_0 {
635         status = "okay";                          635         status = "okay";
636 };                                                636 };
637                                                   637 
638 &qupv3_id_1 {                                     638 &qupv3_id_1 {
639         status = "okay";                          639         status = "okay";
640 };                                                640 };
641                                                   641 
642 &qupv3_id_2 {                                     642 &qupv3_id_2 {
643         status = "okay";                          643         status = "okay";
644 };                                                644 };
645                                                   645 
646 &sdhc_2 {                                         646 &sdhc_2 {
647         cd-gpios = <&tlmm 92 GPIO_ACTIVE_HIGH>    647         cd-gpios = <&tlmm 92 GPIO_ACTIVE_HIGH>;
648         pinctrl-names = "default", "sleep";       648         pinctrl-names = "default", "sleep";
649         pinctrl-0 = <&sdc2_default_state &sdc2    649         pinctrl-0 = <&sdc2_default_state &sdc2_card_det_active>;
650         pinctrl-1 = <&sdc2_sleep_state &sdc2_c    650         pinctrl-1 = <&sdc2_sleep_state &sdc2_card_det_sleep>;
651         vmmc-supply = <&pm8350c_l9>;              651         vmmc-supply = <&pm8350c_l9>;
652         vqmmc-supply = <&pm8350c_l6>;             652         vqmmc-supply = <&pm8350c_l6>;
653         no-sdio;                                  653         no-sdio;
654         no-mmc;                                   654         no-mmc;
655         status = "okay";                          655         status = "okay";
656 };                                                656 };
657                                                   657 
658 &slpi {                                           658 &slpi {
659         status = "okay";                          659         status = "okay";
660         firmware-name = "qcom/sm8350/Sony/saga    660         firmware-name = "qcom/sm8350/Sony/sagami/slpi.mbn";
661 };                                                661 };
662                                                   662 
663 &spi14 {                                          663 &spi14 {
664         status = "okay";                          664         status = "okay";
665                                                   665 
666         /* NXP SN1X0 NFC Secure Element @ 0 */    666         /* NXP SN1X0 NFC Secure Element @ 0 */
667 };                                                667 };
668                                                   668 
669 &tlmm {                                           669 &tlmm {
670         gpio-reserved-ranges = <44 4>;            670         gpio-reserved-ranges = <44 4>;
671         gpio-line-names = "APPS_I2C_0_SDA", /*    671         gpio-line-names = "APPS_I2C_0_SDA", /* GPIO_0 */
672                           "APPS_I2C_0_SCL",       672                           "APPS_I2C_0_SCL",
673                           "UWIDEC_PWR_EN",        673                           "UWIDEC_PWR_EN",
674                           "HAP_RST_N",            674                           "HAP_RST_N",
675                           "NC",                   675                           "NC",
676                           "NC",                   676                           "NC",
677                           "PM8008_1_RESET_N",     677                           "PM8008_1_RESET_N",
678                           "NC",                   678                           "NC",
679                           "OIS_TELE_I2C_SDA",     679                           "OIS_TELE_I2C_SDA",
680                           "OIS_TELE_I2C_SCL",     680                           "OIS_TELE_I2C_SCL",
681                           "PM8350_OPTION", /*     681                           "PM8350_OPTION", /* GPIO_10 */
682                           "NC",                   682                           "NC",
683                           "APPS_I2C_1_SDA",       683                           "APPS_I2C_1_SDA",
684                           "APPS_I2C_1_SCL",       684                           "APPS_I2C_1_SCL",
685                           "NC",                   685                           "NC",
686                           "NC",                   686                           "NC",
687                           "CAM1_RESET_N",         687                           "CAM1_RESET_N",
688                           "LEO_CAM0_RESET_N",     688                           "LEO_CAM0_RESET_N",
689                           "DEBUG_UART_TX",        689                           "DEBUG_UART_TX",
690                           "DEBUG_UART_RX",        690                           "DEBUG_UART_RX",
691                           "TS_I2C_SDA", /* GPI    691                           "TS_I2C_SDA", /* GPIO_20 */
692                           "TS_I2C_SCL",           692                           "TS_I2C_SCL",
693                           "TS_RESET_N",           693                           "TS_RESET_N",
694                           "TS_INT_N",             694                           "TS_INT_N",
695                           "DISP_RESET_N",         695                           "DISP_RESET_N",
696                           "SW_SERVICE",           696                           "SW_SERVICE",
697                           "DISP_ERR_FG",          697                           "DISP_ERR_FG",
698                           "TX_GTR_THRES_IN",      698                           "TX_GTR_THRES_IN",
699                           "NC",                   699                           "NC",
700                           "NC",                   700                           "NC",
701                           "NC", /* GPIO_30 */     701                           "NC", /* GPIO_30 */
702                           "NC",                   702                           "NC",
703                           "NC",                   703                           "NC",
704                           "NC",                   704                           "NC",
705                           "NC",                   705                           "NC",
706                           "NC",                   706                           "NC",
707                           "SPK_AMP_INT_N",        707                           "SPK_AMP_INT_N",
708                           "SPK_AMP_RESET_N",      708                           "SPK_AMP_RESET_N",
709                           "FP_INT_N",             709                           "FP_INT_N",
710                           "FP_RESET_N",           710                           "FP_RESET_N",
711                           "NC", /* GPIO_40 */     711                           "NC", /* GPIO_40 */
712                           "NC",                   712                           "NC",
713                           "DEBUG_GPIO0",          713                           "DEBUG_GPIO0",
714                           "FORCE_USB_BOOT",       714                           "FORCE_USB_BOOT",
715                           "FP_SPI_MISO",          715                           "FP_SPI_MISO",
716                           "FP_SPI_MOSI",          716                           "FP_SPI_MOSI",
717                           "FP_SPI_CLK",           717                           "FP_SPI_CLK",
718                           "FP_SPI_CS_N",          718                           "FP_SPI_CS_N",
719                           "SPK_AMP_I2C_SDA",      719                           "SPK_AMP_I2C_SDA",
720                           "SPK_AMP_I2C_SCL",      720                           "SPK_AMP_I2C_SCL",
721                           "NC", /* GPIO_50 */     721                           "NC", /* GPIO_50 */
722                           "HAP_INT_N",            722                           "HAP_INT_N",
723                           "CAMSENSOR_I2C_SDA",    723                           "CAMSENSOR_I2C_SDA",
724                           "CAMSENSOR_I2C_SCL",    724                           "CAMSENSOR_I2C_SCL",
725                           "SBU_SW_OE",            725                           "SBU_SW_OE",
726                           "SBU_SW_SEL",           726                           "SBU_SW_SEL",
727                           "NFC_ESE_SPI_MISO",     727                           "NFC_ESE_SPI_MISO",
728                           "NFC_ESE_SPI_MOSI",     728                           "NFC_ESE_SPI_MOSI",
729                           "NFC_ESE_SPI_CLK",      729                           "NFC_ESE_SPI_CLK",
730                           "NFC_ESE_SPI_CS",       730                           "NFC_ESE_SPI_CS",
731                           "NFC_I2C_SDA", /* GP    731                           "NFC_I2C_SDA", /* GPIO_60 */
732                           "NFC_I2C_SCL",          732                           "NFC_I2C_SCL",
733                           "NFC_EN",               733                           "NFC_EN",
734                           "NFC_CLK_REQ",          734                           "NFC_CLK_REQ",
735                           "HST_WLAN_EN",          735                           "HST_WLAN_EN",
736                           "HST_BT_EN",            736                           "HST_BT_EN",
737                           "HW_ID_0",              737                           "HW_ID_0",
738                           "HW_ID_1",              738                           "HW_ID_1",
739                           "HST_BT_UART_CTS",      739                           "HST_BT_UART_CTS",
740                           "HST_BT_UART_RFR",      740                           "HST_BT_UART_RFR",
741                           "HST_BT_UART_TX", /*    741                           "HST_BT_UART_TX", /* GPIO_70 */
742                           "HST_BT_UART_RX",       742                           "HST_BT_UART_RX",
743                           "HAP_I2C_SDA",          743                           "HAP_I2C_SDA",
744                           "HAP_I2C_SCL",          744                           "HAP_I2C_SCL",
745                           "RF_LCD_ID_EN",         745                           "RF_LCD_ID_EN",
746                           "RF_ID_EXTENSION",      746                           "RF_ID_EXTENSION",
747                           "NC",                   747                           "NC",
748                           "NC",                   748                           "NC",
749                           "NC",                   749                           "NC",
750                           "NC",                   750                           "NC",
751                           "HALL_INT_N", /* GPI    751                           "HALL_INT_N", /* GPIO_80 */
752                           "USB_CC_DIR",           752                           "USB_CC_DIR",
753                           "DISP_VSYNC",           753                           "DISP_VSYNC",
754                           "NC",                   754                           "NC",
755                           "NC",                   755                           "NC",
756                           "CAM_SOF_TELE",         756                           "CAM_SOF_TELE",
757                           "NFC_DWL_REQ",          757                           "NFC_DWL_REQ",
758                           "NFC_IRQ",              758                           "NFC_IRQ",
759                           "WCD_RST_N",            759                           "WCD_RST_N",
760                           "ALS_PROX_INT_N",       760                           "ALS_PROX_INT_N",
761                           "NC", /* GPIO_90 */     761                           "NC", /* GPIO_90 */
762                           "NC",                   762                           "NC",
763                           "TRAY_DET",             763                           "TRAY_DET",
764                           "UDON_SWITCH_SEL",      764                           "UDON_SWITCH_SEL",
765                           "PCIE0_RESET_N",        765                           "PCIE0_RESET_N",
766                           "PCIE0_CLK_REQ_N",      766                           "PCIE0_CLK_REQ_N",
767                           "PCIE0_WAKE_N",         767                           "PCIE0_WAKE_N",
768                           "CAM_SOF",              768                           "CAM_SOF",
769                           "RF_ID_EXTENSION_2",    769                           "RF_ID_EXTENSION_2",
770                           "RGBC_IR_INT",          770                           "RGBC_IR_INT",
771                           "CAM_MCLK0", /* GPIO    771                           "CAM_MCLK0", /* GPIO_100 */
772                           "CAM_MCLK1",            772                           "CAM_MCLK1",
773                           "CAM_MCLK2",            773                           "CAM_MCLK2",
774                           "CAM_MCLK3",            774                           "CAM_MCLK3",
775                           "NC",                   775                           "NC",
776                           "NC",                   776                           "NC",
777                           "CAM2_RESET_N",         777                           "CAM2_RESET_N",
778                           "CCI_I2C0_SDA",         778                           "CCI_I2C0_SDA",
779                           "CCI_I2C0_SCL",         779                           "CCI_I2C0_SCL",
780                           "CCI_I2C1_SDA",         780                           "CCI_I2C1_SDA",
781                           "CCI_I2C1_SCL", /* G    781                           "CCI_I2C1_SCL", /* GPIO_110 */
782                           "CCI_I2C2_SDA",         782                           "CCI_I2C2_SDA",
783                           "CCI_I2C2_SCL",         783                           "CCI_I2C2_SCL",
784                           "CCI_I2C3_SDA",         784                           "CCI_I2C3_SDA",
785                           "CCI_I2C3_SCL",         785                           "CCI_I2C3_SCL",
786                           "NC",                   786                           "NC",
787                           "PM8008_1_IRQ",         787                           "PM8008_1_IRQ",
788                           "CAM3_RESET_N",         788                           "CAM3_RESET_N",
789                           "IMU1_INT",             789                           "IMU1_INT",
790                           "EXT_VD0_XVS",          790                           "EXT_VD0_XVS",
791                           "NC", /* GPIO_120 */    791                           "NC", /* GPIO_120 */
792                           "NC",                   792                           "NC",
793                           "NC",                   793                           "NC",
794                           "NC",                   794                           "NC",
795                           "NC",                   795                           "NC",
796                           "HAP_I2S_CLK",          796                           "HAP_I2S_CLK",
797                           "HAP_I2S_DOUT",         797                           "HAP_I2S_DOUT",
798                           "HAP_TRG1",             798                           "HAP_TRG1",
799                           "HAP_I2S_SYNC",         799                           "HAP_I2S_SYNC",
800                           "HST_BT_WLAN_SLIMBUS    800                           "HST_BT_WLAN_SLIMBUS_CLK",
801                           "HST_BT_WLAN_SLIMBUS    801                           "HST_BT_WLAN_SLIMBUS_DAT0", /* GPIO_130 */
802                           "NC",                   802                           "NC",
803                           "UIM2_DETECT_EN",       803                           "UIM2_DETECT_EN",
804                           "UIM2_DATA",            804                           "UIM2_DATA",
805                           "UIM2_CLK",             805                           "UIM2_CLK",
806                           "UIM2_RESET",           806                           "UIM2_RESET",
807                           "UIM2_PRESENT",         807                           "UIM2_PRESENT",
808                           "UIM1_DATA",            808                           "UIM1_DATA",
809                           "UIM1_CLK",             809                           "UIM1_CLK",
810                           "UIM1_RESET",           810                           "UIM1_RESET",
811                           "TRAY_DET", /* GPIO_    811                           "TRAY_DET", /* GPIO_140 */
812                           "SM_RFFE0_CLK",         812                           "SM_RFFE0_CLK",
813                           "SM_RFFE0_DATA",        813                           "SM_RFFE0_DATA",
814                           "SM_RFFE1_CLK",         814                           "SM_RFFE1_CLK",
815                           "SM_RFFE1_DATA",        815                           "SM_RFFE1_DATA",
816                           "SM_MSS_GRFC4",         816                           "SM_MSS_GRFC4",
817                           "SM_MSS_GRFC5",         817                           "SM_MSS_GRFC5",
818                           "SM_MSS_GRFC6",         818                           "SM_MSS_GRFC6",
819                           "SM_MSS_GRFC7",         819                           "SM_MSS_GRFC7",
820                           "SM_RFFE4_CLK",         820                           "SM_RFFE4_CLK",
821                           "SM_RFFE4_DATA", /*     821                           "SM_RFFE4_DATA", /* GPIO_150 */
822                           "WLAN_COEX_UART1_RX"    822                           "WLAN_COEX_UART1_RX",
823                           "WLAN_COEX_UART1_TX"    823                           "WLAN_COEX_UART1_TX",
824                           "HST_SW_CTRL",          824                           "HST_SW_CTRL",
825                           "DISP_VDDR_EN",         825                           "DISP_VDDR_EN",
826                           "NC",                   826                           "NC",
827                           "NC",                   827                           "NC",
828                           "PA_INDICATOR_OR",      828                           "PA_INDICATOR_OR",
829                           "NC",                   829                           "NC",
830                           "QLINK0_REQ",           830                           "QLINK0_REQ",
831                           "QLINK0_EN", /* GPIO    831                           "QLINK0_EN", /* GPIO_160 */
832                           "QLINK0_WMSS_RESET_N    832                           "QLINK0_WMSS_RESET_N",
833                           "NC",                   833                           "NC",
834                           "NC",                   834                           "NC",
835                           "NC",                   835                           "NC",
836                           "PM8008_2_IRQ",         836                           "PM8008_2_IRQ",
837                           "TELEC_PWR_EN",         837                           "TELEC_PWR_EN",
838                           "PM8008_2_RESET_N",     838                           "PM8008_2_RESET_N",
839                           "WCD_SWR_TX_CLK",       839                           "WCD_SWR_TX_CLK",
840                           "WCD_SWR_TX_DATA0",     840                           "WCD_SWR_TX_DATA0",
841                           "WCD_SWR_TX_DATA1",     841                           "WCD_SWR_TX_DATA1", /* GPIO_170 */
842                           "WCD_SWR_RX_CLK",       842                           "WCD_SWR_RX_CLK",
843                           "WCD_SWR_RX_DATA0",     843                           "WCD_SWR_RX_DATA0",
844                           "WCD_SWR_RX_DATA1",     844                           "WCD_SWR_RX_DATA1",
845                           "SM_DMIC1_CLK",         845                           "SM_DMIC1_CLK",
846                           "SM_DMIC1_DATA",        846                           "SM_DMIC1_DATA",
847                           "SM_DMIC2_CLK",         847                           "SM_DMIC2_CLK",
848                           "SM_DMIC2_DATA",        848                           "SM_DMIC2_DATA",
849                           "SPK_AMP_I2S_CLK",      849                           "SPK_AMP_I2S_CLK",
850                           "SPK_AMP_I2S_WS",       850                           "SPK_AMP_I2S_WS",
851                           "SPK_AMP_I2S_ASP_DIN    851                           "SPK_AMP_I2S_ASP_DIN", /* GPIO_180 */
852                           "SPK_AMP_I2S_ASP_DOU    852                           "SPK_AMP_I2S_ASP_DOUT",
853                           "WCD_SWR_TX_DATA2",     853                           "WCD_SWR_TX_DATA2",
854                           "NC",                   854                           "NC",
855                           "NC",                   855                           "NC",
856                           "NC",                   856                           "NC",
857                           "NC",                   857                           "NC",
858                           "IMU_SPI_MISO",         858                           "IMU_SPI_MISO",
859                           "IMU_SPI_MOSI",         859                           "IMU_SPI_MOSI",
860                           "IMU_SPI_CLK",          860                           "IMU_SPI_CLK",
861                           "IMU_SPI_CS_N", /* G    861                           "IMU_SPI_CS_N", /* GPIO_190 */
862                           "MAG_I2C_SDA",          862                           "MAG_I2C_SDA",
863                           "MAG_I2C_SCL",          863                           "MAG_I2C_SCL",
864                           "SENSOR_I2C_SDA",       864                           "SENSOR_I2C_SDA",
865                           "SENSOR_I2C_SCL",       865                           "SENSOR_I2C_SCL",
866                           "NC",                   866                           "NC",
867                           "NC",                   867                           "NC",
868                           "NC",                   868                           "NC",
869                           "NC",                   869                           "NC",
870                           "HST_BLE_UART_TX",      870                           "HST_BLE_UART_TX",
871                           "HST_BLE_UART_RX", /    871                           "HST_BLE_UART_RX", /* GPIO_200 */
872                           "HST_WLAN_UART_TX",     872                           "HST_WLAN_UART_TX",
873                           "HST_WLAN_UART_RX";     873                           "HST_WLAN_UART_RX";
874                                                   874 
875         ts_int_default: ts-int-default-state {    875         ts_int_default: ts-int-default-state {
876                 pins = "gpio23";                  876                 pins = "gpio23";
877                 function = "gpio";                877                 function = "gpio";
878                 drive-strength = <2>;             878                 drive-strength = <2>;
879                 bias-disable;                     879                 bias-disable;
880         };                                        880         };
881                                                   881 
882         sdc2_card_det_active: sd-card-det-acti    882         sdc2_card_det_active: sd-card-det-active-state {
883                 pins = "gpio92";                  883                 pins = "gpio92";
884                 function = "gpio";                884                 function = "gpio";
885                 drive-strength = <2>;             885                 drive-strength = <2>;
886                 bias-pull-up;                     886                 bias-pull-up;
887         };                                        887         };
888                                                   888 
889         sdc2_card_det_sleep: sd-card-det-sleep    889         sdc2_card_det_sleep: sd-card-det-sleep-state {
890                 pins = "gpio92";                  890                 pins = "gpio92";
891                 function = "gpio";                891                 function = "gpio";
892                 drive-strength = <2>;             892                 drive-strength = <2>;
893                 bias-disable;                     893                 bias-disable;
894         };                                        894         };
895 };                                                895 };
896                                                   896 
897 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE     897 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE WILL DIE! */
898 &ufs_mem_hc { status = "disabled"; };             898 &ufs_mem_hc { status = "disabled"; };
899 &ufs_mem_phy { status = "disabled"; };            899 &ufs_mem_phy { status = "disabled"; };
900                                                   900 
901 &usb_1 {                                          901 &usb_1 {
902         status = "okay";                          902         status = "okay";
903 };                                                903 };
904                                                   904 
905 &usb_1_dwc3 {                                     905 &usb_1_dwc3 {
906         dr_mode = "peripheral";                   906         dr_mode = "peripheral";
907 };                                                907 };
908                                                   908 
909 &usb_1_hsphy {                                    909 &usb_1_hsphy {
910         status = "okay";                          910         status = "okay";
911                                                   911 
912         vdda-pll-supply = <&pm8350_l5>;           912         vdda-pll-supply = <&pm8350_l5>;
913         vdda18-supply = <&pm8350c_l1>;            913         vdda18-supply = <&pm8350c_l1>;
914         vdda33-supply = <&pm8350_l2>;             914         vdda33-supply = <&pm8350_l2>;
915 };                                                915 };
916                                                   916 
917 &usb_1_qmpphy {                                   917 &usb_1_qmpphy {
918         status = "okay";                          918         status = "okay";
919                                                   919 
920         vdda-phy-supply = <&pm8350_l6>;           920         vdda-phy-supply = <&pm8350_l6>;
921         vdda-pll-supply = <&pm8350_l1>;           921         vdda-pll-supply = <&pm8350_l1>;
922 };                                                922 };
                                                      

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