Skip to content
Snippets Groups Projects
Commit babcff4b authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

[E81][DTS] Fix broken regulators in common devicetree

parent 2d310366
No related branches found
No related tags found
2 merge requests!13Merge E81 development branch into trunk,!6Add eDP support for E81
......@@ -113,7 +113,7 @@ reg_2v5_run: 2v5_run {
//vin-supply = <&vreg_l11c_3p3>;
vin-supply = <&reg_5v_run>;
};
/*
reg_0v9_qps: 0v9_qps {
compatible = "regulator-fixed";
regulator-name = "0V9_QPS";
......@@ -134,10 +134,8 @@ reg_1v8_qps: 1v8_qps {
gpio = <&pm8350c_gpios 3 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-enable-ramp-delay = <10000>;
//vin-supply = <&reg_5v_run>;
vin-supply = <&reg_0v9_qps>; // lie
};
*/
/*
// regulator for reset???
// copied from qcom/qcs6490-addons-rb3gen2.dtsi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment