On Tue, 2020-01-14 at 09:20 -0800, Florian Fainelli wrote: > On 1/14/20 8:48 AM, Nicolas Saenz Julienne wrote: > > Currently used on the Raspberry Pi 4. > > > > Signed-off-by: Nicolas Saenz Julienne > > Typo in the subject: s/Boradcom/Broadcom/ other than that Ouch, my bad. > do you want me to pick that up now for 5.6? Yes please. BTW sorry for the late submission, but I just realized we were missing the config option. All the genet related code is already in place so it's a shame it doesn't work out of the box. Regards, Nicolas > > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index 38b4f998e24a..245d52a4d009 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -256,6 +256,7 @@ CONFIG_VIRTIO_NET=y > > CONFIG_AMD_XGBE=y > > CONFIG_NET_XGENE=y > > CONFIG_ATL1C=m > > +CONFIG_BCMGENET=m > > CONFIG_BNX2X=m > > CONFIG_MACB=y > > CONFIG_THUNDER_NIC_PF=y > > > >