]> Git Repo - J-u-boot.git/commitdiff
drivers/net/vsc9953: Fix missing reserved register
authorCodrin Ciubotariu <[email protected]>
Fri, 24 Jul 2015 13:55:24 +0000 (16:55 +0300)
committerYork Sun <[email protected]>
Mon, 21 Sep 2015 15:29:46 +0000 (08:29 -0700)
The VSC9953 DS reserves a register between vlan_mask and anag_efil
registers.

Signed-off-by: Johnson Leung <[email protected]>
Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
include/vsc9953.h

index 6ae5fec1cba4364645c9697999184a591f342147..8ff02c15aa7fd70dc97ce6b1243527255e9ae121 100644 (file)
@@ -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;
This page took 0.036674 seconds and 4 git commands to generate.