commit | 248cdf0b5270651ca5eefb1aff4a338df6a1ca25 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:21:22 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:10 2012 -0700 |
tree | c87a72170aa90295c975b73f9c71eed0af83f7af | |
parent | 1f5e4ee0b9e06a129a6a1b117d77c77189c18542 [diff] |
mx5: Fix clock gate values The clock gate values are 2-bit bit-fields. Hence, setting or clearing only one of these bits like what was done is wrong and can lead to unpredictable behavior depending on the original value of these bit-fields. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>