Re: [PATCH v7] arm64: dts: qcom: lemans-evk: Add OTG support for primary USB controller

From: Konrad Dybcio
Date: Mon Dec 01 2025 - 07:33:44 EST


On 11/28/25 11:25 AM, Krishna Kurapati wrote:
> Enable OTG support for primary USB controller on EVK Platform. Add
> HD3SS3220 Type-C port controller present between Type-C port and SoC
> that provides role switch notifications to controller.
>
> Signed-off-by: Krishna Kurapati <krishna.kurapati@xxxxxxxxxxxxxxxx>
> ---

[...]

> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> +
> + usb0_con_hs_ep: endpoint {
> + remote-endpoint = <&usb_0_dwc3_hs>;
> + };
> + };
> + port@1 {

Bjorn, could you add a \n here while applying?

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad