Hi,
these two patches enable the SMSC_PHY driver for the armadillo800eva
and kzm9d boards allowing them to make use of that driver rather
than relying on the generic phy driver.
If these patches are well received I plan to make similar
changes for other shmobile boards.
These patches are based on renesas-devel-v3.13-rc2-20131205.
Simon Horman (2):
ARM: shmobile: kzm9g: Enable SMSC_PHY in defconfig
ARM: shmobile: armadillo800eva: Enable SMSC_PHY in defconfig
arch/arm/configs/armadillo800eva_defconfig | 1 +
arch/arm/configs/kzm9g_defconfig | 1 +
2 files changed, 2 insertions(+)
--
1.8.4
The kzm9g board uses has an SMSC 9221 ethernet controller
which includes an integrated phy. Enable SMSC_PHY in the defconfig
to make use of the SMSC-specific phy driver rather than
relying on the generic phy driver.
Signed-off-by: Simon Horman <redacted>
---
arch/arm/configs/kzm9g_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index 9934dbc2..2a55951 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -64,6 +64,7 @@ CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_NETDEVICES=y
CONFIG_SMSC911X=y
+CONFIG_SMSC_PHY=y
# CONFIG_WLAN is not set
CONFIG_INPUT_SPARSEKMAP=y
# CONFIG_INPUT_MOUSEDEV is not set
--
1.8.4
The armadillo800eva board uses has an SMSC LAN8710A phy.
Enable SMSC_PHY in the defconfig to make use of the SMSC-specific phy
driver rather than relying on the generic phy driver.
Signed-off-by: Simon Horman <redacted>
---
arch/arm/configs/armadillo800eva_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig
index 5abf1a2..6162a4b 100644
--- a/arch/arm/configs/armadillo800eva_defconfig
+++ b/arch/arm/configs/armadillo800eva_defconfig
@@ -75,6 +75,7 @@ CONFIG_SH_ETH=y
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
+CONFIG_SMSC_PHY=y
# CONFIG_WLAN is not set
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_EVDEV=y
--
1.8.4