blob: f384a52f9f8d41248f0f4bdf9de09e1b173cc6e7 [file] [log] [blame]
Pratham Pratapb2bbeff2018-11-01 06:25:11 +05301/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
Lingutla Chandrasekhar3aa0e3d2017-07-25 16:16:40 +05302 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#include "sdm845-mtp.dtsi"
14#include "sdm845-interposer-pm660.dtsi"
Lingutla Chandrasekhar3aa0e3d2017-07-25 16:16:40 +053015
16&qupv3_se10_i2c {
17 /delete-node/ qcom,smb1355@8;
Harry Yangf5999322017-09-12 15:31:16 -070018 /delete-node/ qcom,smb1355@c;
Lingutla Chandrasekhar3aa0e3d2017-07-25 16:16:40 +053019};
Pratham Pratapf5a8dc62017-08-09 17:46:49 +053020
21&soc {
22 /delete-node/ ssusb@a800000;
23 /delete-node/ qusb@88e3000;
24 /delete-node/ ssphy@88eb000;
25};
26
27&usb0 {
28 extcon = <&pm660_pdphy>, <&pm660_pdphy>, <0> /* <&eud> */;
29};
30
31&qusb_phy0 {
32 vdd-supply = <&pm660l_l1>;
33 vdda18-supply = <&pm660_l10>;
34 vdda33-supply = <&pm660l_l7>;
35};
36
37&usb_qmp_dp_phy {
Pratham Pratapb2bbeff2018-11-01 06:25:11 +053038 /delete-property/ extcon;
Pratham Pratapf5a8dc62017-08-09 17:46:49 +053039 vdd-supply = <&pm660l_l1>; /* 0.88v */
40 core-supply = <&pm660_l1>; /* 1.2v */
41};
42
43&pcie0 {
44 status = "disabled";
45};
Vamsi Krishna Samavedam61262a12017-10-17 20:45:42 -070046
47&eud {
48 vdda33-supply = <&pm660l_l7>;
49};