]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/LaCie/common/common.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / board / LaCie / common / common.h
1 /*
2  * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _LACIE_COMMON_H
8 #define _LACIE_COMMON_H
9
10 #if defined(CONFIG_CMD_NET) && defined(CONFIG_RESET_PHY_R)
11 void mv_phy_88e1116_init(const char *name, u16 phyaddr);
12 void mv_phy_88e1318_init(const char *name, u16 phyaddr);
13 #endif
14 #if defined(CONFIG_CMD_I2C) && defined(CONFIG_SYS_I2C_EEPROM_ADDR)
15 int lacie_read_mac_address(uchar *mac);
16 #endif
17
18 #endif /* _LACIE_COMMON_H */