sysmobts: Add a huge sleep to wait for the pin to be driven

Add some margin and wait for the pin to get high and such. I
can't easily measure if we sleep at all or if it is really 100ms
but it can't hurt and we don't optimize for boot times yet.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-05 20:25:33 +01:00
parent fdc11fd6ca
commit 6653c39fc5
1 changed files with 1 additions and 0 deletions

View File

@ -175,5 +175,6 @@ void hw_nand_rem_nwp(void)
{
if (get_board_revision() == 5) {
gpio_direction_output(33, 1);
udelay(100);
}
}