[U-Boot] [PATCH 1/5] drivers: net: vsc9953: Fix number of reserved registers
Codrin Ciubotariu
codrin.ciubotariu at freescale.com
Tue Dec 15 14:21:02 CET 2015
There are only 21 registers reserved between ana_ana and
ana_pgid register groups.
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at freescale.com>
---
include/vsc9953.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vsc9953.h b/include/vsc9953.h
index cd5cfc7..00aa222 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];
--
1.9.3
More information about the U-Boot
mailing list