Message ID | 20200114164900.27483-1-nsaenzjulienne@suse.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | e926791a9670c24b391277dad2460912576b1575 |
Headers | show |
Series | arm64: defconfig: Enable Boradcom's GENET Ethernet controller | expand |
On 1/14/20 8:48 AM, Nicolas Saenz Julienne wrote: > Currently used on the Raspberry Pi 4. > > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Typo in the subject: s/Boradcom/Broadcom/ other than that, do you want me to pick that up now for 5.6? > --- > 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 >
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 <nsaenzjulienne@suse.de> > > 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 > > > >
On 1/14/20 8:48 AM, Nicolas Saenz Julienne wrote: > Currently used on the Raspberry Pi 4. > > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Applied to defconfig-arm64/next with the subject typo corrected and a mention that other SoCs from Broadcom use this controller. Thanks!
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
Currently used on the Raspberry Pi 4. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)