Re: [PATCH v5 8/9] arm64: dts: qcom: kodiak: Describe EUD UTMI path using child node

Krzysztof Kozlowski <[email protected]> Fri, 7 Aug 2026 08:31:40 +0200
Newsgroups org.kernel.vger.linux-usb,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <20260807-athletic-gregarious-petrel-ca6d7d@quoll>
On Sun, Aug 02, 2026 at 08:15:33PM -0700, Elson Serrao wrote:
> -			ports {
> -				#address-cells = <1>;
> -				#size-cells = <0>;
> +			eud0: eud-path@0 {
> +				reg = <0>;
> +				usb-role-switch;
>  
> -				port@0 {
> -					reg = <0>;
> -					eud_ep: endpoint {
> -						remote-endpoint = <&usb2_role_switch>;
> +				ports {
> +					#address-cells = <1>;
> +					#size-cells = <0>;
> +
> +					port@0 {
> +						reg = <0>;
> +						eud_usb: endpoint {
> +							remote-endpoint = <&usb_1_dwc3_hs>;

Your patches introduce new warnings:
'/soc@0/usb@a600000/ports/port@0/endpoint' is not bidirectional

> +						};
> +					};
> +
> +					port@1 {
> +						reg = <1>;
> +						eud_con: endpoint {
> +						};
>  					};
>  				};
>  			};
> @@ -4972,6 +4978,7 @@ port@0 {

Best regards,
Krzysztof