From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 11 Jan 2017 22:08:17 -0700 Subject: [U-Boot] [RESEND PATCH v3 1/2] mmc: rockchip_sdhci: add clock init for mmc In-Reply-To: <1482895956-25171-1-git-send-email-kever.yang@rock-chips.com> References: <1482895956-25171-1-git-send-email-kever.yang@rock-chips.com> 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 Hi, On 27 December 2016 at 20:32, Kever Yang wrote: > Init the clock rate to max-frequency from dts with clock driver api. > > Signed-off-by: Kever Yang > --- > > Changes in v3: > - using dt for max-frequency > Series-changes: 2 > - using the return value > > drivers/mmc/rockchip_sdhci.c | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) I know there is ongoing discussion here. But this has been in my queue for a while so I'd like to apply this and deal with tiny-ups with follow-on patches. Applied to u-boot-rockchip, thanks! Regards, Simon