commit | a1cc27c51c356221237bd00a2697e19a4afc32da | [log] [tgz] |
---|---|---|
author | Alessandro Rubini <rubini-list@gnudd.com> | Sat Feb 06 20:53:43 2010 +0100 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Feb 07 15:05:56 2010 -0600 |
tree | f941e29132e71b1d043aae860a44dad02cb211a8 | |
parent | bbb851442b949fabb1a4a2b92a627be5471d7e20 [diff] |
EP93xx: fix syscon_regs definition The structure was missing a reserved entry (not listed in the manual, actually), so the last registers had a wrong offset. This prevented all swlocked registers to be modified as swlock is last in the structure. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>