From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 26 Apr 2017 10:27:36 +0530 Subject: [U-Boot] [PATCH V2 1/9] omap_hsmmc: update struct hsmmc to accommodate omap3 from DT In-Reply-To: References: Message-ID: <810ddc96-ab33-12ec-5f3a-e150e0851e00@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 17 April 2017 06:39 PM, Adam Ford wrote: > This patch changes the way DM_MMC calculates offset to the base register of > MMC. Previously this was through an #ifdef but that wasn't necessary for OMAP3. > > This patch will now add in the offset to the base address based on the > .compatible flags. > > Signed-off-by: Adam Ford Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh