.. | .. |
---|
260 | 260 | }; |
---|
261 | 261 | |
---|
262 | 262 | &soc { |
---|
| 263 | + usb@f9a55000 { |
---|
| 264 | + status = "ok"; |
---|
| 265 | + |
---|
| 266 | + phys = <&usb_hs1_phy>; |
---|
| 267 | + phy-select = <&tcsr 0xb000 0>; |
---|
| 268 | + extcon = <&smbb>, <&usb_id>; |
---|
| 269 | + vbus-supply = <&chg_otg>; |
---|
| 270 | + |
---|
| 271 | + hnp-disable; |
---|
| 272 | + srp-disable; |
---|
| 273 | + adp-disable; |
---|
| 274 | + |
---|
| 275 | + ulpi { |
---|
| 276 | + phy@a { |
---|
| 277 | + status = "ok"; |
---|
| 278 | + |
---|
| 279 | + v1p8-supply = <&pm8941_l6>; |
---|
| 280 | + v3p3-supply = <&pm8941_l24>; |
---|
| 281 | + |
---|
| 282 | + extcon = <&smbb>; |
---|
| 283 | + qcom,init-seq = /bits/ 8 <0x1 0x64>; |
---|
| 284 | + }; |
---|
| 285 | + }; |
---|
| 286 | + }; |
---|
| 287 | + |
---|
263 | 288 | sdhci@f9824900 { |
---|
264 | 289 | status = "ok"; |
---|
265 | 290 | |
---|