From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Wed, 26 Aug 2015 15:23:31 +0900 Subject: [U-Boot] DWMMC crontroller in Exynos4412 In-Reply-To: References: <55DCBD93.5050404@uclv.cu> Message-ID: <55DD5B63.4040108@samsung.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 08/26/2015 11:26 AM, Simon Glass wrote: > +Samsung people > > Hi, > > On 25 August 2015 at 13:10, Humberto L?pez Le?n wrote: >> Hi Simon, >> I'm working on implementing a driver for SD/MMC cards in the framework >> GenodeOS. I think you could help me with your experience in this type of >> implementation in the u-boot. >> The hardware platform on which the driver will work is a ODROID-x2 >> (exynos4412). I use the DWMMC contoller, but I'm not sure if this is the >> right controller to handle SD/MMC cards in Exynos4412 SoC. The SDHCI >> controller is most appropriate? If you're using exynos4412 board, you can choose sdhci or dwmmc controller for eMMC, not SD/SDIO. And in my experiment, dwmmc controller is more appropriate than sdhci.(ex, performance) >> >> Thank you for your help > > I'm not really sure - the compatible string for that node is: > > compatible = "samsung,exynos4412-dw-mshc"; > > which is different from what exynos5 uses. As i know, Some register are difference..but i know it doesn't implemented for those registers at u-boot side. If it should be implemented for upper mode than DDR50, it needs to check the compatible. Best Regards, Jaehoon Chung > > Possibly Lukasz / Przemyslaw know about this. > > Regards, > Simon > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >