]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: socfpga: Fix SD card detect
authorDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 16 Oct 2014 19:54:51 +0000 (14:54 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 23 Oct 2014 01:59:45 +0000 (20:59 -0500)
commit25b1c6893f73f48dd1d43be57ea554ce3c40e122
treefc7a317d2129ca78d9a02abf4a0a5171e3a11a3d
parent1c5b4f8c5513342145dd748cf772b981f27ad295
ARM: dts: socfpga: Fix SD card detect

Without this patch, the booting the SOCFPGA platform would hang at the
SDMMC driver loading. The issue, debugged by Doug Anderson, turned out
to be that the GPIO bank used by the SD card-detect was not set to
status="okay".

Also update the cd-gpios to point to portb of the &gpio1 GPIO IP.

Suggested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
v4: Use &gpio1 to set status="okay" and update cd-gpio=&portb
v3: Correctly degugged the issue to be a gpio node not having status="okay"
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts