]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming
authorPali Rohár <pali@kernel.org>
Thu, 22 Sep 2022 11:43:46 +0000 (13:43 +0200)
committerStefan Roese <sr@denx.de>
Thu, 6 Oct 2022 08:15:35 +0000 (10:15 +0200)
commit31a847819acc8c3c1204f67f27108085cf4937eb
tree4d7dfaa06c49a01b573eb32ad48d780b546efc50
parentbf8375aea3f5a271564167ad23b3b49657ef086f
arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming

VHV gpio is connected to MCU and only on updated board design. Without it
eFUSE programming does not work. Omnia MCU driver exports this GPIO to
U-Boot under name mcu_56 and only when it is supported by MCU. So U-Boot
fuse command refuse eFUSE programming on older board design when VHV gpio
is not available.

We tested that Armada 385 without connected VHV gpio can do eFUSE
programming but only for some bits and only sometimes - it is unstable.
And better to be disabled on older board design without VHV gpio support.

Signed-off-by: Pali Rohár <pali@kernel.org>
configs/turris_omnia_defconfig