Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 673f6d76 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm: dts: msm: Enable host only port for msm8974 MTP variant"

parents a892299d 8e368c68
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,3 +25,8 @@
	pinctrl-0 = <&sdc1_clk_on_16 &sdc1_cmd_on &sdc1_data_on &sdc1_rclk_on>;
	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off &sdc1_rclk_off>;
};

&ehci {
	hsusb_vdd_dig-supply = <&pm8841_s2_corner>;
	qcom,vdd-voltage-level = <1 2 3 5 7>;
};
+7 −0
Original line number Diff line number Diff line
@@ -25,3 +25,10 @@
	pinctrl-0 = <&sdc1_clk_on &sdc1_cmd_on &sdc1_data_on &sdc1_rclk_on>;
	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off &sdc1_rclk_off>;
};

&ehci {
	status = "ok";
	qcom,usb2-enable-uicc;
	hsusb_vdd_dig-supply = <&pm8841_s2_corner>;
	qcom,vdd-voltage-level = <1 2 3 5 7>;
};
+5 −0
Original line number Diff line number Diff line
@@ -25,3 +25,8 @@
	pinctrl-0 = <&sdc1_clk_on_16 &sdc1_cmd_on &sdc1_data_on &sdc1_rclk_on>;
	pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off &sdc1_rclk_off>;
};

&ehci {
	status = "ok";
	qcom,usb2-enable-uicc;
};
+5 −0
Original line number Diff line number Diff line
@@ -120,3 +120,8 @@
		qcom,thermal-node;
	};
};

&ehci {
	status = "ok";
	qcom,usb2-enable-uicc;
};
+5 −0
Original line number Diff line number Diff line
@@ -70,6 +70,11 @@
	qcom,utmi-clk-rate = <24000000>;
};

&ehci {
	hsusb_vdd_dig-supply = <&pm8841_s2_corner>;
	qcom,vdd-voltage-level = <1 2 3 5 7>;
};

&krait_regulator_pmic {
	status = "ok";

Loading