commit | 8b07f80a7fd4d4cd865c5d7efb7fc8d92cd3b198 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Sat Feb 13 22:49:53 2021 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Mar 01 10:21:36 2021 +0100 |
tree | 5cab71ea79412ec562e2a66bd35b6625941301b1 | |
parent | 4eb2670d111a6053b762a7c309257ed26b39b428 [diff] |
ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin The micro SD card slot uses GPIO3_13 as card detect pin, so describe it in the devicetree. This was noticed when converting imx53-qsb board to driver model in U-Boot as the micro SD card was not getting detected. After this change it is possible to load the dtb and zImage from the SD card and boot Linux. Signed-off-by: Fabio Estevam <festevam@gmail.com>