commit | c33c5990cec7ced9ef1ef148debbca34adafa12b | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@caiaq.de> | Tue Jun 23 17:30:05 2009 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Jul 12 17:43:32 2009 +0200 |
tree | c2879e1aac68ea58e09c681f0c4d3fca24c5bb1a | |
parent | bd876be46f28b5fc2896537f6d01353f332789f7 [diff] |
pxa: fix CKEN_B register bits The current defition for CKEN_B register bits is nonsense. Adding 32 to the shifted value is equal to '| (1 << 5)', and this bit is marked 'reserved' in the PXA docs. Signed-off-by: Daniel Mack <daniel@caiaq.de>