Input: sa1111ps2 - extend test delay
A 2us delay is too small for the bus to settle after writing to the register. Extend to 10us which gives more reliable results. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Родитель
a12ded48b3
Коммит
361fa055f1
|
@ -212,7 +212,7 @@ static unsigned int ps2_test_one(struct ps2if *ps2if,
|
|||
|
||||
writel_relaxed(PS2CR_ENA | mask, ps2if->base + PS2CR);
|
||||
|
||||
udelay(2);
|
||||
udelay(10);
|
||||
|
||||
val = readl_relaxed(ps2if->base + PS2STAT);
|
||||
return val & (PS2STAT_KBC | PS2STAT_KBD);
|
||||
|
|
Загрузка…
Ссылка в новой задаче