]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: rpi_b: power on SDHCI and USB HW modules
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 14 Jan 2014 02:50:11 +0000 (19:50 -0700)
committerTom Rini <trini@ti.com>
Mon, 20 Jan 2014 22:11:39 +0000 (17:11 -0500)
commitf66f2aa265f00d4fcf49cdfb23bcfd64360b291d
treef5328f0829d1c27e486982c82361046f1b2f83c9
parent86a8b3a207ac34f453607a52a4d702bb67789ea2
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>
arch/arm/include/asm/arch-bcm2835/mbox.h
board/raspberrypi/rpi_b/rpi_b.c