52 lines
1.2 KiB
Devicetree
52 lines
1.2 KiB
Devicetree
/*
|
|
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#include "pmxprairie.dtsi"
|
|
#include "pm8150b.dtsi"
|
|
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
|
|
|
&pm8150b_charger {
|
|
dpdm-supply = <&usb2_phy>;
|
|
|
|
smb5_vconn: qcom,smb5-vconn {
|
|
regulator-name = "smb5-vconn";
|
|
};
|
|
|
|
smb5_vbus: qcom,smb5-vbus {
|
|
regulator-name = "smb5-vbus";
|
|
};
|
|
};
|
|
|
|
/delete-node/ &pm8150b_hr_led;
|
|
|
|
&pm8150b_pdphy {
|
|
vdd-pdphy-supply = <&L10E>;
|
|
vbus-supply = <&smb5_vbus>;
|
|
vconn-supply = <&smb5_vconn>;
|
|
};
|
|
|
|
&usb {
|
|
extcon = <&pm8150b_pdphy>;
|
|
};
|
|
|
|
&pmxprairie_gpios {
|
|
vreg_rgmii_off {
|
|
vreg_rgmii_off_default: vreg_rgmii_off_default {
|
|
pins = "gpio9";
|
|
bias-pull-down;
|
|
output-disable;
|
|
input-enable;
|
|
};
|
|
};
|
|
};
|