Re: [U-Boot] [PATCH RFC 1/7] omap_hsmmc: update struct hsmmc to accommodate omap3 from DT

2017-04-11 Thread Adam Ford
On Mon, Apr 10, 2017 at 11:33 PM, Vignesh R wrote: > > > On Tuesday 11 April 2017 03:42 AM, Adam Ford wrote: >> I am working on porting an OMAP3630 board to support device tree, and >> I attempted to change enable DM_MMC. Unfortunately, that broke MMC. >> >> I discovered that

Re: [U-Boot] [PATCH RFC 1/7] omap_hsmmc: update struct hsmmc to accommodate omap3 from DT

2017-04-10 Thread Vignesh R
On Tuesday 11 April 2017 03:42 AM, Adam Ford wrote: > I am working on porting an OMAP3630 board to support device tree, and > I attempted to change enable DM_MMC. Unfortunately, that broke MMC. > > I discovered that the base addresses were originally updated to reflect a > change in the base

[U-Boot] [PATCH RFC 1/7] omap_hsmmc: update struct hsmmc to accommodate omap3 from DT

2017-04-10 Thread Adam Ford
I am working on porting an OMAP3630 board to support device tree, and I attempted to change enable DM_MMC. Unfortunately, that broke MMC. I discovered that the base addresses were originally updated to reflect a change in the base address when using the device tree for some devices. This was