blob: bd35cf2e1906c84ca3639631f5e32cdc1c83a338 [file] [log] [blame]
Pratham Pratap9e420a32017-09-05 11:26:57 +05301/*
2 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#include "sdm845-usb.dtsi"
15
16&soc {
17 /delete-node/ ssusb@a800000;
18 /delete-node/ qusb@88e3000;
19 /delete-node/ ssphy@88eb000;
20};
21
22&usb0 {
23 extcon = <&pm660_pdphy>, <&pm660_pdphy>, <0> /* <&eud> */;
24};
25
26&qusb_phy0 {
27 vdd-supply = <&pm660l_l1>;
28 vdda18-supply = <&pm660_l10>;
29 vdda33-supply = <&pm660l_l7>;
30};
31
32&usb_qmp_dp_phy {
33 vdd-supply = <&pm660_l1>;
34 core-supply = <&pm660l_l1>;
35};