]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: ventana: add fdt fixup to enable UHS-I support on selected boards
authorTim Harvey <tharvey@gateworks.com>
Tue, 24 May 2016 18:03:59 +0000 (11:03 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 31 May 2016 15:26:27 +0000 (17:26 +0200)
commit34b080b79ccb59e144619179b4cd57a2f146f8d3
tree0b889140d946e9f66d890d370ba30ee68556ccd2
parent385575bcb6013e8151fd98d80b8dc2b5bd732cfb
imx: ventana: add fdt fixup to enable UHS-I support on selected boards

UHS-I support is available on Ventana boards with micro-SD sockets depending
on the board revision. For backwards compatibility to not break users
who have old bootloaders and newer kernels the device-tree on boards with
microSD disables UHS-I support by default by defining the no-1-8-v property
in the esdhc controller node. For models/revisions that support switchable
1.8V/3.3V I/O which is detectable by the presence of a pull-down on the
SD3_VSELECT pin we remove that property to enable support in the kernel.

Additionally we add SD3_VSELECT to the pinmux for clarity (even though U-Boot
does not currently support UHS-I modes requiring 1.8V I/O).

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/common.h
board/gateworks/gw_ventana/gw_ventana.c