commit | f66f2aa265f00d4fcf49cdfb23bcfd64360b291d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Mon Jan 13 19:50:11 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Mon Jan 20 17:11:39 2014 -0500 |
tree | f5328f0829d1c27e486982c82361046f1b2f83c9 | |
parent | 86a8b3a207ac34f453607a52a4d702bb67789ea2 [diff] |
ARM: rpi_b: power on SDHCI and USB HW modules Send RPC commands to the VideoCore to turn on the SDHCI and USB modules. For SDHCI this isn't needed in practice, since the firmware already turned on the power in order to load U-Boot. However, it's best to be explicit. For USB, this is necessary, since the module isn't powered otherwise. This will allow the kernel USB driver to work. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>