mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq: Move qca8033 phy driver into common
ipq40xx, ipq807x hardware share the qca8033 phy. So the qca8033 phy driver has been moved to common directory for use by both the hardware. Change-Id: Ic972f00770c9e3cbaf4d727df21f19cd926ddce2 Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
parent
856945d0de
commit
37be3e378e
3 changed files with 1 additions and 2 deletions
|
|
@ -77,7 +77,6 @@ obj-$(CONFIG_FSL_MEMAC) += fm/memac_phy.o
|
|||
obj-$(CONFIG_VSC9953) += vsc9953.o
|
||||
obj-$(CONFIG_IPQ40XX_EDMA) += ipq40xx/ipq40xx_edma_eth.o
|
||||
obj-$(CONFIG_IPQ40XX_ESS) += ipq40xx/ipq40xx_ess_sw.o
|
||||
obj-$(CONFIG_QCA8033_PHY) += ipq40xx/ipq40xx_qca8033.o
|
||||
obj-$(CONFIG_IPQ_SNPS_GMAC) += ipq806x/ipq_gmac_eth.o
|
||||
obj-$(CONFIG_IPQ_SWITCH_ATHRS17) += ipq806x/athrs17_phy.o
|
||||
obj-$(CONFIG_IPQ_SWITCH_QCA8511) += ipq806x/qca8511.o
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <asm/arch-ipq40xx/ess/ipq40xx_edma.h>
|
||||
#include <malloc.h>
|
||||
#include "ipq40xx_edma_eth.h"
|
||||
#include "ipq40xx_qca8033.h"
|
||||
#include "ipq_qca8033.h"
|
||||
#include "ipq_phy.h"
|
||||
|
||||
extern int ipq40xx_mdio_write(int mii_id,
|
||||
Loading…
Add table
Reference in a new issue