commit | f79853c2e2442482be9e86163a0d0e66c615954f | [log] [tgz] |
---|---|---|
author | Alessandro Rubini <rubini-list@gnudd.com> | Sat Feb 06 20:53:43 2010 +0100 |
committer | Tom Rix <Tom.Rix@windriver.com> | Fri Feb 12 12:31:54 2010 -0600 |
tree | c7e3550e121f8dfb29eb2b5b15a4d6c1ce802a1b | |
parent | 195dbd15087aa6162a9a7d58d27f618ee1e8f074 [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>