Re: [PATCH 3/3] arm64: dts: qcom: eliza-mtp: Enable USB and ADSP support
From: Konrad Dybcio <hidden>
Date: 2026-03-31 11:12:34
Also in:
linux-arm-msm, lkml
From: Konrad Dybcio <hidden>
Date: 2026-03-31 11:12:34
Also in:
linux-arm-msm, lkml
On 3/31/26 12:37 PM, Abel Vesa wrote:
The Eliza MTP features a single USB Type-C port. Its USB 2.0 lines are routed through an eUSB2 repeater provided by the PM7750BA PMIC. Describe the port and repeater, and enable the USB controller and PHYs. Also specify the ADSP firmware and enable the remoteproc. Signed-off-by: Abel Vesa <redacted> ---
[...]
+&usb {
+ dr_mode = "otg";That's the default if dr_mode is absent, drop Reviewed-by: Konrad Dybcio <redacted> Konrad