From 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038 Mon Sep 17 00:00:00 2001 From: Grant Erickson Date: Tue, 8 Jul 2008 08:35:00 -0700 Subject: ppc4xx: Add MII mode support to the EMAC RGMII Bridge This patch adds support for placing the RGMII bridge on the PPC405EX(r) into MII/GMII mode and allows a board-specific configuration to specify the bridge mode at compile-time. Signed-off-by: Grant Erickson Signed-off-by: Stefan Roese --- include/configs/makalu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/makalu.h') diff --git a/include/configs/makalu.h b/include/configs/makalu.h index 65b240e0f1..ab92ae488d 100644 --- a/include/configs/makalu.h +++ b/include/configs/makalu.h @@ -223,6 +223,7 @@ *----------------------------------------------------------------------*/ #define CONFIG_M88E1111_PHY 1 #define CONFIG_IBM_EMAC4_V4 1 +#define CONFIG_EMAC_PHY_MODE EMAC_PHY_MODE_RGMII_RGMII #define CONFIG_PHY_ADDR 6 /* PHY address, See schematics */ #define CONFIG_PHY_RESET 1 /* reset phy upon startup */ -- cgit v1.2.1