mbox series

[U-Boot,v3,0/4] rk3288: veyron: Enable SDMMC when booting from SPI

Message ID 20180611190051.6897-1-carlo@caione.org
Headers show
Series rk3288: veyron: Enable SDMMC when booting from SPI | expand

Message

Carlo Caione June 11, 2018, 7 p.m. UTC
From: Carlo Caione <carlo@endlessm.com>

These patches toghether with the previously submitted patch [0] enable
the chromebook veyron jerry to use the SDMMC interface when U-Boot is
not chainloaded by depthcharge but booted directly from SPI.

[0] https://marc.info/?l=u-boot&m=152836928803742&w=2

Changelog:

V2:
- Add Reviewed-by
- Expand comment on PATCH 2/3

V3:
- More Reviewed-by + Acked-by
- New PATCH 4/4

Carlo Caione (4):
  rk3288: veyron: Init boot-on regulators
  rk3288: Disable JTAG function from sdmmc0 IO
  rockchip: veyron: Set vcc33_sd regulator value
  rk3288: Convert register defines to const uintptr_t

 arch/arm/mach-rockchip/rk3288-board.c | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

Comments

Carlo Caione June 24, 2018, 9:06 a.m. UTC | #1
On Mon, 2018-06-11 at 20:00 +0100, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> These patches toghether with the previously submitted patch [0]
> enable
> the chromebook veyron jerry to use the SDMMC interface when U-Boot is
> not chainloaded by depthcharge but booted directly from SPI.
> 
> [0] https://marc.info/?l=u-boot&m=152836928803742&w=2

Hey Philipp,
any comment on this v3?

Thanks.