diff options
author | Codrin Ciubotariu <codrin.ciubotariu@freescale.com> | 2015-07-24 13:55:24 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-09-21 15:29:46 (GMT) |
commit | 440873dfc44eec4f92c482068c8be4c9f900032f (patch) | |
tree | 11bf69790f91adb7e95aadfd03b885a85178af47 /include/vsc9953.h | |
parent | fe91095b799d21428bd39392650ca0b06789776e (diff) | |
download | u-boot-440873dfc44eec4f92c482068c8be4c9f900032f.tar.xz |
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>
Diffstat (limited to 'include/vsc9953.h')
-rw-r--r-- | include/vsc9953.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vsc9953.h b/include/vsc9953.h index 6ae5fec..8ff02c1 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -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; |