From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 28 Mar 2012 10:08:22 +0200 Subject: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock to detect the card In-Reply-To: <110EED8CC96DFC488B7E717A2027A27C05D98B@039-SN1MPN1-003.039d.mgd.msft.net> References: <1332843901-16409-1-git-send-email-Chang-Ming.Huang@freescale.com> <4F719E27.3010001@de.bosch.com> <4F71F614.2080602@denx.de> <110EED8CC96DFC488B7E717A2027A27C05D98B@039-SN1MPN1-003.039d.mgd.msft.net> Message-ID: <4F72C6F6.8090608@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I.MX6/5 reuse the fsl_esdhc.c driver, and he don't care these reserved field. > Otherwise he should change this driver. E.g: > In function esdhc_init: > esdhc_write32(®s->sysctl, SYSCTL_HCKEN | SYSCTL_IPGEN); > in function set_sysctl: > clk = SYSCTL_PEREN | SYSCTL_CKEN; > esdhc_setbits32(®s->sysctl, clk); > > so I think my code has no any problem. ok, fine. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================