commit | 5f7c6f92c00147bc1f168ca48514c60ab9fbe9d0 | [log] [tgz] |
---|---|---|
author | Martin Krause <martin.krause@tqs.de> | Thu Apr 03 14:29:01 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Apr 17 14:31:21 2008 -0700 |
tree | 4910089cf3dddf0df41f4ce4716d1ef5f670e99a | |
parent | eeeb0743384223ca29ace830588be203a4cd0f45 [diff] |
TQM5200: fix default IDE reset level Before the first call of ide_reset(), the level of the IDE reset signal on the TQM5200 is low (reset asserted). This patch sets the default value to high (reset not asserted). Currently this patch fixes no real problem, but it is cleaner to assert the reset signal only on demand, and not permanently. Signed-off-by: Martin Krause <martin.krause@tqs.de>