Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600306

[PATCH 3/3] ARM: omap2plus_defconfig: Enable TI Ethernet PHY

From Roger Quadros <rogerq@ti.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI Ethernet PHY
Date 2017-03-14 14:00 +0100
Message-ID <tkUdt-cW-57@gated-at.bofh.it> (permalink)
References <tkywh-1es-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


DP83848_PHY i.e. [TI TLK10X 10/100 Mbps PHY] is used on the
am335x-icev2 board. Enable the PHY driver for it.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index f2462a6..cfa5bac 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -167,6 +167,7 @@ CONFIG_TI_CPTS=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
 CONFIG_AT803X_PHY=y
+CONFIG_DP83848_PHY=y
 CONFIG_MICREL_PHY=y
 CONFIG_SMSC_PHY=y
 CONFIG_USB_USBNET=m
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] ARM: am335x-icev2: Add ethernet support Roger Quadros <rogerq@ti.com> - 2017-03-13 14:50 +0100
  [PATCH 1/2] net: davinci_mdio: add GPIO reset logic Roger Quadros <rogerq@ti.com> - 2017-03-13 14:50 +0100
  [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI Ethernet PHY Roger Quadros <rogerq@ti.com> - 2017-03-14 14:00 +0100

csiph-web