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

2017-04-15 Thread Vignesh R
Hi, On 4/15/2017 4:03 AM, Adam Ford wrote: > On Wed, Apr 12, 2017 at 11:24 PM, Vignesh R wrote: >> >> >> On Wednesday 12 April 2017 06:08 PM, Adam Ford wrote: >>> This patch fixes and issue where DM_MMC adds a 0x100 byte offset to the >>> base register. This is necessary for AM33xx, OMAP4+ and n

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

2017-04-14 Thread Adam Ford
On Wed, Apr 12, 2017 at 11:24 PM, Vignesh R wrote: > > > On Wednesday 12 April 2017 06:08 PM, Adam Ford wrote: >> This patch fixes and issue where DM_MMC adds a 0x100 byte offset to the >> base register. This is necessary for AM33xx, OMAP4+ and newer devices, but >> it is not necessary for OMAP34

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

2017-04-12 Thread Vignesh R
On Wednesday 12 April 2017 06:08 PM, Adam Ford wrote: > This patch fixes and issue where DM_MMC adds a 0x100 byte offset to the > base register. This is necessary for AM33xx, OMAP4+ and newer devices, but > it is not necessary for OMAP34XX boards. > > This patch will now only apply the x100 byt

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

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 07:38:40AM -0500, Adam Ford wrote: > This patch fixes and issue where DM_MMC adds a 0x100 byte offset to the > base register. This is necessary for AM33xx, OMAP4+ and newer devices, but > it is not necessary for OMAP34XX boards. > > This patch will now only apply the x100

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

2017-04-12 Thread Adam Ford
This patch fixes and issue where DM_MMC adds a 0x100 byte offset to the base register. This is necessary for AM33xx, OMAP4+ and newer devices, but it is not necessary for OMAP34XX boards. This patch will now only apply the x100 byte offset correction if DM_MMC is enabled and the device is not OMA