From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Sun, 05 Dec 2010 10:02:21 +0100 Subject: [U-Boot] [PATCH] AT91: fix EMAC gpio init in at91sam9260_devices.c In-Reply-To: <1291179552-12019-1-git-send-email-u-boot@emk-elektronik.de> References: <1291179552-12019-1-git-send-email-u-boot@emk-elektronik.de> Message-ID: <4CFB551D.2000904@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Reinhard Meyer schrieb: > The AT91SAM9G20 BOOT ROM apparently initializes PA23 and PA24 to multi drive > (open drain). Revert this, if those pins are going to be used for MII. > > Signed-off-by: Reinhard Meyer > --- > arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) Applied to u-boot-atmel/next. Thanks