Re: [PATCH v5 8/9] arm64: dts: qcom: kodiak: Describe EUD UTMI path using child node
From: Krzysztof Kozlowski
Date: Fri Aug 07 2026 - 02:34:11 EST
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