30 lines
843 B
Devicetree
30 lines
843 B
Devicetree
/* Copyright (c) 2018, 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 "sm8150-qrd.dtsi"
|
|
|
|
&usb_qmp_dp_phy {
|
|
vdd-supply = <&pm8150_l18>;
|
|
qcom,vdd-voltage-level = <0 912000 912000>;
|
|
};
|
|
|
|
&sde_dp {
|
|
vdda-0p9-supply = <&pm8150_l18>;
|
|
qcom,phy-supply-entries {
|
|
qcom,phy-supply-entry@0 {
|
|
qcom,supply-min-voltage = <880000>;
|
|
qcom,supply-max-voltage = <912000>;
|
|
};
|
|
};
|
|
|
|
};
|