Re: [PATCH v3 9/9] arm64: dts: exynos: ExynosAutov920: add USB and USB SS combo phy nodes
From: Krzysztof Kozlowski
Date: Mon Jun 16 2025 - 04:09:50 EST
On Fri, Jun 13, 2025 at 11:12:26AM GMT, neil.armstrong@xxxxxxxxxx wrote:
> On 13/06/2025 07:56, Pritam Manohar Sutar wrote:
> > usbdrd31_hsphy: phy@16490000 {
> > compatible = "samsung,exynosautov920-usbdrd-hsphy";
> > reg = <0x16490000 0x0200>;
> > @@ -1109,8 +1120,8 @@ usbdrd31_dwc3: usb@0 {
> > <&cmu_hsi1 CLK_MOUT_HSI1_USBDRD>;
> > clock-names = "ref", "susp_clk";
> > interrupts = <GIC_SPI 491 IRQ_TYPE_LEVEL_HIGH>;
> > - phys = <&usbdrd31_hsphy 0>;
> > - phy-names = "usb2-phy";
> > + phys = <&usbdrd31_hsphy 0>, <&usbdrd31_ssphy 0>;
> > + phy-names = "usb2-phy", "usb3-phy";
> > snps,has-lpm-erratum;
> > snps,dis_u2_susphy_quirk;
> > snps,dis_u3_susphy_quirk;
>
> I think at least patch 6 & 9 should be squashed.
Yes. Changing lines which were just added is a strong hint, that
patchset is incorrectly organized.
>
> Neil