From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 26 Feb 2018 10:54:22 +0900 Subject: [U-Boot] [PATCH v2 4/4] mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified In-Reply-To: <20180223122125.GG4311@bill-the-cat> References: <1519378819-19867-1-git-send-email-jjhiblot@ti.com> <1519378819-19867-5-git-send-email-jjhiblot@ti.com> <20180223122125.GG4311@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2018 09:21 PM, Tom Rini wrote: > On Fri, Feb 23, 2018 at 10:40:19AM +0100, Jean-Jacques Hiblot wrote: > >> mmc_of_parse() doesn't set a default value if none is available in DT. >> In that case, use a default 52MHz clock rate. >> >> Signed-off-by: Alex Kiernan >> Signed-off-by: Jean-Jacques Hiblot >> > > Reviewed-by: Tom Rini Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung >