Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 321872dc authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala
Browse files

[POWERPC] QE: pario - support for MPC85xx layout



8 bytes padding required to match MPC85xx registers layout.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Reviewed-by: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent cccd2102
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@ struct port_regs {
	__be32	cpdir2;		/* Direction register */
	__be32	cppar1;		/* Pin assignment register */
	__be32	cppar2;		/* Pin assignment register */
#ifdef CONFIG_PPC_85xx
	u8	pad[8];
#endif
};

static struct port_regs *par_io = NULL;