summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-adi/sc5xx/soc.h
blob: 430dbe2dae48422b1673f89cc72984b1e81af94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * (C) Copyright 2022 - Analog Devices, Inc.
 *
 * Written and/or maintained by Timesys Corporation
 *
 * Contact: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
 * Contact: Greg Malysa <greg.malysa@timesys.com>
 */

#ifndef BOARD_ADI_COMMON_SOC_H
#define BOARD_ADI_COMMON_SOC_H

#include <phy.h>

void fixup_dp83867_phy(struct phy_device *phydev);

#endif