Message ID | 3e141e778cedc0cc6168a9f9a3787a49042681c5.1498573382.git.nsekhar@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] ARM: dts: dra71-evm: workaround incorrect DP83867 RX_CTRL pin strap | expand |
On 06/27/2017 10:06 AM, Sekhar Nori wrote: > TI's DP83867 phy is used on DRA72x EVM rev C and DRA71x > EVMs. Enable support for it in omap2plus_defconfig. > > The driver is built into the kernel to help NFS booting. > > Signed-off-by: Sekhar Nori <nsekhar@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> this can go alone I think. > --- > 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 a120ae816260..d4afa2ca2537 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -170,6 +170,7 @@ CONFIG_TI_CPTS=y > # CONFIG_NET_VENDOR_WIZNET is not set > CONFIG_AT803X_PHY=y > CONFIG_DP83848_PHY=y > +CONFIG_DP83867_PHY=y > CONFIG_MICREL_PHY=y > CONFIG_SMSC_PHY=y > CONFIG_PPP=m > -- regards, -grygorii -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index a120ae816260..d4afa2ca2537 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -170,6 +170,7 @@ CONFIG_TI_CPTS=y # CONFIG_NET_VENDOR_WIZNET is not set CONFIG_AT803X_PHY=y CONFIG_DP83848_PHY=y +CONFIG_DP83867_PHY=y CONFIG_MICREL_PHY=y CONFIG_SMSC_PHY=y CONFIG_PPP=m
TI's DP83867 phy is used on DRA72x EVM rev C and DRA71x EVMs. Enable support for it in omap2plus_defconfig. The driver is built into the kernel to help NFS booting. Signed-off-by: Sekhar Nori <nsekhar@ti.com> --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.9.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html