From 662c30306cd8c0eeecff222653f7819f3ab45d65 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 12 Apr 2018 08:35:56 +0300 Subject: net: make SoCFPGA-specific designware driver work again If MFD_SYSCON is disabled in .config then socfpga_designware_eth probe fails with this message: socfpga_designware_eth ff702000.ethernet: Could not get sysmgr-syscon node Thanks to Steffen for hint! Cc: Steffen Trumtrar Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/arm/configs/socfpga_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index dbc33f952f..6883b5f526 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig @@ -71,6 +71,7 @@ CONFIG_OF_BAREBOX_DRIVERS=y CONFIG_OF_BAREBOX_ENV_IN_FS=y CONFIG_DRIVER_SERIAL_NS16550=y CONFIG_DRIVER_NET_DESIGNWARE=y +CONFIG_DRIVER_NET_DESIGNWARE_SOCFPGA=y CONFIG_MCI=y CONFIG_MCI_DW=y CONFIG_MFD_MC13XXX=y -- cgit v1.2.3