Re: [U-Boot] [PATCH 6/7] ARM: tegra: enable SD card on p2771-0000

2016-08-03 Thread Simon Glass
Hi Stephen, On 1 August 2016 at 10:02, Stephen Warren wrote: > On 07/31/2016 07:04 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 29 July 2016 at 13:15, Stephen Warren wrote: >>> >>> From: Stephen Warren >>> >>> Now that clock and reset drivers exist for Tegra186, we can enable the SD >>> ca

Re: [U-Boot] [PATCH 6/7] ARM: tegra: enable SD card on p2771-0000

2016-08-01 Thread Stephen Warren
On 07/31/2016 07:04 PM, Simon Glass wrote: Hi Stephen, On 29 July 2016 at 13:15, Stephen Warren wrote: From: Stephen Warren Now that clock and reset drivers exist for Tegra186, we can enable the SD card controller. Now that a BPMP I2C driver exists for Tegra186, we can communicate with the P

Re: [U-Boot] [PATCH 6/7] ARM: tegra: enable SD card on p2771-0000

2016-07-31 Thread Simon Glass
Hi Stephen, On 29 July 2016 at 13:15, Stephen Warren wrote: > From: Stephen Warren > > Now that clock and reset drivers exist for Tegra186, we can enable the SD > card controller. Now that a BPMP I2C driver exists for Tegra186, we can > communicate with the PMIC to enable power to the SD card. H

[U-Boot] [PATCH 6/7] ARM: tegra: enable SD card on p2771-0000

2016-07-29 Thread Stephen Warren
From: Stephen Warren Now that clock and reset drivers exist for Tegra186, we can enable the SD card controller. Now that a BPMP I2C driver exists for Tegra186, we can communicate with the PMIC to enable power to the SD card. Hook up the DT content and board code required to make the SD card work.