diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 20:24:41 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:26:12 +0200 |
commit | f02229021d2698e97915740ed491ddc3f0975f2e (patch) | |
tree | 98293361c1a866cda442f4edea3e3c6f1b9f2a5e /include/micrel.h | |
parent | 066f876bf696559da142aed657f2fd6ae7a3c658 (diff) | |
download | u-boot-f02229021d2698e97915740ed491ddc3f0975f2e.tar.gz |
cgtqmx6eval: Add Ethernet support
cgtqmx6eval can be populated with a AR8035 or KSZ9031 depending on the
board revision.
Add Ethernet support.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/micrel.h')
-rw-r--r-- | include/micrel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/micrel.h b/include/micrel.h index 04c9ecf3bf..e6d145d4b2 100644 --- a/include/micrel.h +++ b/include/micrel.h @@ -20,6 +20,10 @@ #define MII_KSZ9031_EXT_RGMII_TX_DATA_SKEW 0x6 #define MII_KSZ9031_EXT_RGMII_CLOCK_SKEW 0x8 +/* Registers */ +#define MMD_ACCESS_CONTROL 0xd +#define MMD_ACCESS_REG_DATA 0xe + struct phy_device; int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val); int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum); |