aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/generic-phy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/generic-phy.h b/include/generic-phy.h
index f8eddeff67..fa5f6fa363 100644
--- a/include/generic-phy.h
+++ b/include/generic-phy.h
@@ -389,6 +389,11 @@ static inline int generic_phy_power_off(struct phy *phy)
return 0;
}
+static inline int generic_phy_configure(struct phy *phy, void *params)
+{
+ return 0;
+}
+
static inline int generic_phy_get_by_index(struct udevice *user, int index,
struct phy *phy)
{