mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
drivers/net/vsc9953: Fix missing reserved register
The VSC9953 DS reserves a register between vlan_mask and anag_efil registers. Signed-off-by: Johnson Leung <johnson.leung@freescale.com> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
fe91095b79
commit
440873dfc4
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ struct vsc9953_ana_ana_tables {
|
|||
struct vsc9953_ana_ana {
|
||||
u32 adv_learn;
|
||||
u32 vlan_mask;
|
||||
u32 reserved;
|
||||
u32 anag_efil;
|
||||
u32 an_events;
|
||||
u32 storm_limit_burst;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue