Commit 65876ae9 authored by Daniele Debernardi's avatar Daniele Debernardi Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: msm8974-klte: Add USB node



This introduces the usb node which can be used e.g. for USB_ETH

Signed-off-by: default avatarDaniele Debernardi <drebrez@gmail.com>
Link: https://lore.kernel.org/r/20200411182122.2677248-6-iskren.chernev@gmail.com


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 8bf7a360
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -272,6 +272,31 @@
		pinctrl-names = "default";
		pinctrl-0 = <&sdhc1_pin_a>;
	};

	usb@f9a55000 {
		status = "ok";

		phys = <&usb_hs1_phy>;
		phy-select = <&tcsr 0xb000 0>;
		/*extcon = <&smbb>, <&usb_id>;*/
		/*vbus-supply = <&chg_otg>;*/

		hnp-disable;
		srp-disable;
		adp-disable;

		ulpi {
			phy@a {
				status = "ok";

				v1p8-supply = <&pma8084_l6>;
				v3p3-supply = <&pma8084_l24>;

				/*extcon = <&smbb>;*/
				qcom,init-seq = /bits/ 8 <0x1 0x64>;
			};
		};
	};
};

&spmi_bus {