From mboxrd@z Thu Jan 1 00:00:00 1970 From: Codrin Ciubotariu Date: Thu, 11 Jun 2015 18:10:12 +0300 Subject: [U-Boot] [PATCH 02/10] drivers/net/vsc9953: Fix missing reserved register In-Reply-To: <1434035420-1663-1-git-send-email-codrin.ciubotariu@freescale.com> References: <1434035420-1663-1-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <1434035420-1663-4-git-send-email-codrin.ciubotariu@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The VSC9953 DS reserves a register between vlan_mask and anag_efil registers. Signed-off-by: Johnson Leung Change-Id: Ia7998cfcae932e8c1146dec98d6c6493b6bc1192 --- include/vsc9953.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vsc9953.h b/include/vsc9953.h index 920402f..2b88c5c 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -147,6 +147,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; -- 1.9.3