]> git.baikalelectronics.ru Git - uboot.git/commit
phy: Add empty generic_phy_configure() implementation for PHY disabled case
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 19 Mar 2023 17:09:40 +0000 (18:09 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 7 Apr 2023 12:23:26 +0000 (14:23 +0200)
commitb2fb96851e7ea7e933865532e31f1aa2a21f0328
tree617ec377d0a47b98129353aff4c896b595b5fb50
parent60e09f3c2acab6a688108e4280f4345da2a27148
phy: Add empty generic_phy_configure() implementation for PHY disabled case

In case PHY is not enabled, the generic_phy_configure() implementation is
missing. Add an empty one so that the list of empty functions is complete.

Fixes: a251c423285 ("generic-phy: add configure op")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
include/generic-phy.h