提交 321872dc 编写于 作者: A Anton Vorontsov 提交者: Kumar Gala

[POWERPC] QE: pario - support for MPC85xx layout

8 bytes padding required to match MPC85xx registers layout.
Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
Reviewed-by: NKim Phillips <kim.phillips@freescale.com>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 cccd2102
...@@ -36,6 +36,9 @@ struct port_regs { ...@@ -36,6 +36,9 @@ struct port_regs {
__be32 cpdir2; /* Direction register */ __be32 cpdir2; /* Direction register */
__be32 cppar1; /* Pin assignment register */ __be32 cppar1; /* Pin assignment register */
__be32 cppar2; /* Pin assignment register */ __be32 cppar2; /* Pin assignment register */
#ifdef CONFIG_PPC_85xx
u8 pad[8];
#endif
}; };
static struct port_regs *par_io = NULL; static struct port_regs *par_io = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册