sunxi: Disable sun8i emac driver
authorHans de Goede <hdegoede@redhat.com>
Tue, 26 Jul 2016 20:26:39 +0000 (22:26 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 26 Jul 2016 22:05:25 +0000 (00:05 +0200)
Disable the sun8i emac driver for now, there are 2 issues with it:

1) It is causing issues with network connectivity under the kernel driver,
when booting the kernel with v2 of Corentin's sun8i-h3 emac driver, I get
the connection status bouncing between connected at 100mbps full-duplex
and being down every second.

The second issue is that when trying to use it from u-boot
I get a number of unaligned cache flush errors:

=> dhcp
BOOTP broadcast 1
BOOTP broadcast 2
CACHE: Misaligned operation at range [7bf594a87bf59628]
BOOTP broadcast 3
CACHE: Misaligned operation at range [7bf59c907bf59e10]
CACHE: Misaligned operation at range [7bf5a4787bf5a5f8]
DHCP client bound to address 10.42.43.80 (1009 ms)

Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Corentin LABBE <clabbe.montjoie@gmail.com>
Cc: Amit Singh Tomar <amittomer25@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
configs/orangepi_pc_defconfig
configs/pine64_plus_defconfig

index 2281aedc782a23aa647d998ac8898dced4b0f69d..366fa08af45a516f5b248baa0dfd5fb300c140e9 100644 (file)
@@ -14,4 +14,3 @@ CONFIG_SPL=y
 # CONFIG_CMD_FPGA is not set
 CONFIG_SY8106A_POWER=y
 CONFIG_USB_EHCI_HCD=y
-CONFIG_SUN8I_EMAC=y
index 5c97de1dccb89fd8766d395558218fb6324afe67..0bf79bfd3346f7e5e978ff7057923af39cfe511a 100644 (file)
@@ -10,4 +10,3 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y
-CONFIG_SUN8I_EMAC=y