]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: cdns3: avoid error messages if phys don't exist
authorRoger Quadros <rogerq@kernel.org>
Fri, 12 Jan 2024 12:49:48 +0000 (14:49 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Jan 2024 16:38:18 +0000 (11:38 -0500)
commitcd295286c786ba731190dcf5399f29e0a9189955
tree6a1939566085e38dcb38e14a995bb17b87b55f18
parent434f84b7498335510cb11fae4d0b64c3570ddc9a
usb: cdns3: avoid error messages if phys don't exist

The phys property is optional so don't complain
if it doesn't exist in device tree.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
drivers/usb/cdns3/core.c