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

Commit 524324b4 authored by Tanya Finkel's avatar Tanya Finkel
Browse files

ARM: dts: apq: Fixed USB SDHC nodes for SBC8096



SDHC isn't part of the required features for the SBC8096 platform.
USB primary in the case of the SBC8096 is on the port 1, meanwhile for
all other platforms the primary port is on port 0.

Change-Id: I54f22c48f768a705c5c590761613bf31c4cc80fb
Signed-off-by: default avatarShimrit Malichi <smalichi@codeaurora.org>
Signed-off-by: default avatarTanya Finkel <tfinkel@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+2 −31
Original line number Diff line number Diff line
@@ -45,28 +45,6 @@
	pinctrl-0 = <&uart_console_active>;
};

&sdhc_1 {
	vdd-supply = <&pm8994_l20>;
	qcom,vdd-voltage-level = <2950000 2950000>;
	qcom,vdd-current-level = <200 570000>;

	vdd-io-supply = <&pm8994_s4>;
	qcom,vdd-io-always-on;
	qcom,vdd-io-voltage-level = <1800000 1800000>;
	qcom,vdd-io-current-level = <110 325000>;

	pinctrl-names = "active", "sleep";
	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>;

	qcom,clk-rates = <400000 20000000 25000000 50000000
				96000000 192000000 384000000>;
	qcom,nonremovable;
	qcom,bus-speed-mode = "HS400_1p8v", "HS200_1p8v", "DDR_1p8v";

	status = "ok";
};

&sdhc_2 {
	vdd-supply = <&pm8994_l21>;
	qcom,vdd-voltage-level = <2950000 2950000>;
@@ -395,22 +373,15 @@
	};
};

&pmi8994_fg {
	status = "disabled";
};

&pmi8994_charger {
	status = "disabled";
};

&usb_otg_switch {
	/delete-property/ vin-supply;
	gpio = <&pm8994_gpios 11 0>;
	enable-active-high;
	status = "ok";
};

&usb3 {
	status = "disabled";
	status = "ok";
	qcom,charging-disabled;
	vbus_dwc3-supply = <&usb_otg_switch>;
	qcom,ext-hub-reset-gpio =  <&tlmm 103 0>;