blob: 430dbe2dae48422b1673f89cc72984b1e81af94f [file] [log] [blame]
Tom Rinidec7ea02024-05-20 13:35:03 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * (C) Copyright 2022 - Analog Devices, Inc.
4 *
5 * Written and/or maintained by Timesys Corporation
6 *
7 * Contact: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
8 * Contact: Greg Malysa <greg.malysa@timesys.com>
9 */
10
11#ifndef BOARD_ADI_COMMON_SOC_H
12#define BOARD_ADI_COMMON_SOC_H
13
14#include <phy.h>
15
16void fixup_dp83867_phy(struct phy_device *phydev);
17
18#endif