Re: [U-Boot] [PATCH 0/3] Rpi: Add support for second sd host controller

2018-01-17 Thread Jaehoon Chung
On 01/16/2018 10:46 PM, Alexander Graf wrote: > The Raspberry Pi (bcm283x SoC) family contains 2 IP blocks to drive SD > peripherals: A pretty standard SDHCI one called iProc and a home grown > one called "sdhost". > > When driving U-Boot by the same device tree that we use for Linux, we > end up

[U-Boot] [PATCH 0/3] Rpi: Add support for second sd host controller

2018-01-16 Thread Alexander Graf
The Raspberry Pi (bcm283x SoC) family contains 2 IP blocks to drive SD peripherals: A pretty standard SDHCI one called iProc and a home grown one called "sdhost". When driving U-Boot by the same device tree that we use for Linux, we end up in situations where only the "sdhost" device is available