]> git.baikalelectronics.ru Git - uboot.git/commit
usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 1 Jun 2021 10:56:16 +0000 (16:26 +0530)
committerMarek Vasut <marex@denx.de>
Tue, 8 Jun 2021 20:01:20 +0000 (22:01 +0200)
commit3307a3fc25fb6a27bfd79cb21646aad423ab887f
tree3c535031412e1991a7bf2c5794955c7bcac2c81d
parent654f226ef0828fcfe7d777e8e74fb1c69ee225da
usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name

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: ea1ec551975f ("arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot")
Fixes: e37b41a50817 ("arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/usb/cdns3/cdns3-ti.c