From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 11 Aug 2015 08:47:02 +0100 Subject: [U-Boot] [PATCH 1/2] sunxi: Fix gmac not working on the Colombus board In-Reply-To: <1438884819-18332-1-git-send-email-hdegoede@redhat.com> References: <1438884819-18332-1-git-send-email-hdegoede@redhat.com> Message-ID: <1439279222.18644.88.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2015-08-06 at 20:13 +0200, Hans de Goede wrote: > The phy is using a RGMII interface, which we need to specify in our > board-config, and the dts needs a gmac section (the dts changes have > also been submitted to the kernel). > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell