commit | a3e4788023bf91ae5efbca308c59845db9d689d8 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Tue Jun 01 16:26:16 2021 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Jun 08 22:01:20 2021 +0200 |
tree | 3c535031412e1991a7bf2c5794955c7bcac2c81d | |
parent | 2b184dd85e1e4c68d6ea26efa65f9d439ce6b3f0 [diff] |
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: 70e167495ab2 ("arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot") Fixes: 6239cc8c4e84 ("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>