]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design
authorMarek Behún <kabel@kernel.org>
Tue, 13 Sep 2022 16:10:28 +0000 (18:10 +0200)
committerStefan Roese <sr@denx.de>
Sun, 18 Sep 2022 10:41:57 +0000 (12:41 +0200)
commiteb4745a83932d310ce2451198dc182d392a639c1
tree55574eda5edad3f9d70d73d218f21c836af0672c
parent3cd1b2185cf73fcd15aafe21f165bb56441d2cfb
arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board design

It seems that waiting only 10 ms after releasing LAN switch from reset
is not enough for the strapping pins to latch the requested values.
P6_MODE[0] is latched to 0 instead of 1.

Increasing the delay to 50 ms fixes this issue.

Signed-off-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_omnia/turris_omnia.c