Re: [PATCH] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

2021-06-01 Thread Marek Vasut
On 6/1/21 12:56 PM, Aswath Govindraju wrote: From: Kishon Vijay Abraham I Kernel device tree got updated to use clock name as "ref" instead of "usb2_refclk". Fix cdns3-ti.c to use the correct name. Applied, thanks

[PATCH] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

2021-06-01 Thread Aswath Govindraju
From: Kishon Vijay Abraham I Kernel device tree got updated to use clock name as "ref" instead of "usb2_refclk". Fix cdns3-ti.c to use the correct name. Fixes: 70e167495ab2 ("arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot") Fixes: 6239cc8c4e84 ("arm: dts: k3-j7200: Sync Linux