diff options
author | Neil Armstrong | 2017-10-18 10:02:12 +0200 |
---|---|---|
committer | Tom Rini | 2017-11-17 07:44:13 -0500 |
commit | ae0d82fc64be74bdf897f8e751ace1f8d06ab6f8 (patch) | |
tree | 7b42bcbb00ab091bdfd8456d3aef35101d31abfe /include/configs/p212.h | |
parent | ea990816fe96c86d3acb9aaa38776c10de2fb4b0 (diff) |
arm: amlogic: p212: Add support for Ethernet with Internal PHY
This patch adds support for the Internal RMII Ethernet PHY on the
Amlogic P212 Reference Board.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/configs/p212.h')
-rw-r--r-- | include/configs/p212.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/p212.h b/include/configs/p212.h index 04773843e40..793b5568003 100644 --- a/include/configs/p212.h +++ b/include/configs/p212.h @@ -12,6 +12,8 @@ #define CONFIG_MISC_INIT_R +#define CONFIG_PHY_ADDR 8 + /* Serial setup */ #define CONFIG_CONS_INDEX 0 |