]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: trimslice: set up serial flash pinmux
authorStephen Warren <swarren@nvidia.com>
Tue, 12 Jun 2012 08:33:41 +0000 (08:33 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:33 +0000 (22:44 +0200)
When Trimslice is booted from serial flash, the boot ROM does this, so
U-Boot doesn't need to. However, booting from the SD slot for recovery
purposes, the boot ROM does not set up the pinmux for serial flash. Add
code to U-Boot to set this up, so that an SD-based recovery U-Boot image
can upgrade the U-Boot in serial flash.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/compulab/trimslice/trimslice.c

index f15fbd7df788351e6a0dc52c048ad853a1335ab6..1ac15f8da5b2908829506499d1bc88d39e307ef0 100644 (file)
@@ -42,6 +42,11 @@ void gpio_config_uart(void)
 {
 }
 
+void pin_mux_spi(void)
+{
+       funcmux_select(PERIPH_ID_SPI1, FUNCMUX_SPI1_GMC_GMD);
+}
+
 /*
  * Routine: pin_mux_mmc
  * Description: setup the pin muxes/tristate values for the SDMMC(s)