From ae0d82fc64be74bdf897f8e751ace1f8d06ab6f8 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Wed, 18 Oct 2017 10:02:12 +0200 Subject: 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 --- include/configs/p212.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs') diff --git a/include/configs/p212.h b/include/configs/p212.h index 04773843e4..793b556800 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 -- cgit v1.2.1