]> git.baikalelectronics.ru Git - uboot.git/commit
colibri_imx6: added nreset gpio on reboot
authorGerard Salvatella <gerard.salvatella@toradex.com>
Fri, 8 Feb 2019 17:42:28 +0000 (18:42 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000 (20:30 +0200)
commitc86cd3a2e85af6ac6037783c06c52edfd622d9d2
treeaeab674835bb352be446a0a889ddde300b1334a7
parent9ab4d943cff17d1b0a25d9ad6978756c4c571281
colibri_imx6: added nreset gpio on reboot

RGMII_RD1 pin (active high, GPIO6_IO27) is triggered on reboot during
the SPL phase. This asserts (active low) nReset_Out from the PMIC.
Only V1.1 and later Colibri iMX6 modules implement this in hw. Previous
versions do not use this pin, so it is safe to leave it enabled at all
times.

Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
board/toradex/colibri_imx6/colibri_imx6.c