Re: [PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-21 Thread Pierre-Jean Texier
Fabio, Le 20/06/2021 à 18:28, Fabio Estevam a écrit : Hi Pierre-Jean, On 20/06/2021 13:01, Pierre-Jean Texier wrote: Thanks for the fix. Successfully tested on two boards:  - imx7s-warp,  - imx7d-pico-pi Tested-by: Pierre-Jean Texier Thanks for testing. As you tested on the imx7s-warp b

Re: [PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-21 Thread Pierre-Jean Texier
Hi Fabio, Le 20/06/2021 à 17:00, Fabio Estevam a écrit : Unlike imx6, on imx7 the USB PHY is described as: usbphynop1: usbphynop1 { compatible = "usb-nop-xceiv"; clocks = <&clks IMX7D_USB_PHY1_CLK>; clock-names = "main_clk";

Re: [PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-20 Thread Fabio Estevam
Hi Marek, On Sun, Jun 20, 2021 at 5:11 PM Marek Vasut wrote: > I applied both, but this looks very much like mx8mm which also uses > nop-phy . So I think what would be even nicer is if you could try and > enable CONFIG_PHY , patch the DT to specify phys = <&usbphynop1>; > instead of fsl,usbphy =

Re: [PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-20 Thread Marek Vasut
On 6/20/21 5:00 PM, Fabio Estevam wrote: Unlike imx6, on imx7 the USB PHY is described as: usbphynop1: usbphynop1 { compatible = "usb-nop-xceiv"; clocks = <&clks IMX7D_USB_PHY1_CLK>; clock-names = "main_clk"; #phy-cells = <0

Re: [PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-20 Thread Fabio Estevam
Hi Pierre-Jean, On 20/06/2021 13:01, Pierre-Jean Texier wrote: Thanks for the fix. Successfully tested on two boards: - imx7s-warp, - imx7d-pico-pi Tested-by: Pierre-Jean Texier Thanks for testing. As you tested on the imx7s-warp board, you probably noticed a 'slowdown' related to the M

[PATCH 2/2] usb: ehci-mx6: Do not fail when 'reg' is not found

2021-06-20 Thread Fabio Estevam
Unlike imx6, on imx7 the USB PHY is described as: usbphynop1: usbphynop1 { compatible = "usb-nop-xceiv"; clocks = <&clks IMX7D_USB_PHY1_CLK>; clock-names = "main_clk"; #phy-cells = <0>; }; which does not have