From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wills Wang Date: Fri, 20 May 2016 12:18:58 +0800 Subject: [U-Boot] [PATCH] net: Add ag7xxx driver for Atheros MIPS In-Reply-To: <572F59A1.4030108@denx.de> References: <1462476853-7317-1-git-send-email-marex@denx.de> <572F37DE.1060403@gmail.com> <572F59A1.4030108@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/08/2016 11:22 PM, Marek Vasut wrote: > On 05/08/2016 02:58 PM, Daniel Schwierzeck wrote: > > Hi! > >> Am 05.05.2016 um 21:34 schrieb Marek Vasut: >>> Add ethernet driver for the AR933x and AR934x Atheros MIPS machines. >>> The driver could be easily extended to other WiSoCs. How to make this patch work on ar933x board? I apply this patch on the top of mips/next branch and enable this option in menuconfig, but i can't see any boot information for Ethernet. By the way, the DT node "compatible" in driver is different from arch/mips/dts/ar933x.dtsi, and the following compiling error occur because of commit 4feefdcfe916113ac6e1837ea22857f25fe1771c: drivers/usb/host/built-in.o: In function `ehci_usb_probe': drivers/usb/host/ehci-generic.c:(.text.ehci_usb_probe+0x40): undefined reference to `clk_get_by_index' drivers/usb/host/ehci-generic.c:(.text.ehci_usb_probe+0x4c): undefined reference to `clk_get_by_index' drivers/usb/host/ehci-generic.c:(.text.ehci_usb_probe+0x60): undefined reference to `clk_enable' drivers/usb/host/ehci-generic.c:(.text.ehci_usb_probe+0x68): undefined reference to `clk_enable' -- Best Regards Wills