commit | f2f5d7b916e0bfe98c97c535f97a1b9a23187c0b | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat May 22 17:25:47 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 16 10:55:08 2010 -0500 |
tree | 569141311c1fc97e2f2ecf8b0edf4ca2a88ac22e | |
parent | 819a4792ea800216d7d9d58738492c87b07c89fa [diff] |
ppc/85xx: Add a structure defn for PIXIS registers The various boards that have PIXIS FPGAs have slightly different register definitions, however there is some common functionality (like reset, ICS307 clk control, etc) that can be shared. The struct definition exists for MPC8536DS, MPC8544DS, MPC8572DS, MPC8610HPCD, and MPC8641HPCN boards. Also fixed ngpixis to be __packed__ instead of aligned. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>