summaryrefslogtreecommitdiffstats
path: root/include/vsc9953.h
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2015-12-15 15:21:02 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2016-01-28 12:22:04 -0600
commit96979dc94c1743e63cc8cc62c955075e47b7187b (patch)
treefff46876ced173139c889e5c27f3f0a2c35a0dd8 /include/vsc9953.h
parenta058052c358c3ecf5f394ff37def6a45eb26768c (diff)
downloadblackbird-obmc-uboot-96979dc94c1743e63cc8cc62c955075e47b7187b.tar.gz
blackbird-obmc-uboot-96979dc94c1743e63cc8cc62c955075e47b7187b.zip
drivers: net: vsc9953: Fix number of reserved registers
There are only 21 registers reserved between ana_ana and ana_pgid register groups. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/vsc9953.h')
-rw-r--r--include/vsc9953.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vsc9953.h b/include/vsc9953.h
index cd5cfc76b0..00aa2227f4 100644
--- a/include/vsc9953.h
+++ b/include/vsc9953.h
@@ -269,7 +269,7 @@ struct vsc9953_analyzer {
struct vsc9953_ana_ana_tables ana_tables;
u32 reserved2[14];
struct vsc9953_ana_ana ana;
- u32 reserved3[22];
+ u32 reserved3[21];
struct vsc9953_ana_pgid port_id_tbl;
u32 reserved4[549];
struct vsc9953_ana_pfc pfc[10];
OpenPOWER on IntegriCloud