Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1555832

Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max frequency

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max frequency
Date 2017-01-10 20:20 +0100
Message-ID <sYa7D-5fe-5@gated-at.bofh.it> (permalink)
References <sXLiW-6zl-5@gated-at.bofh.it> <sXLiW-6zl-31@gated-at.bofh.it> <sXLCi-6V3-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

On Tue, Jan 10, 2017 at 01:01:20AM +0800, Chen-Yu Tsai wrote:
> On Tue, Jan 10, 2017 at 12:46 AM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > All the controllers can have a maximum frequency of 200MHz.
> >
> > Since older SoCs cannot go that high, we cannot change the default maximum
> > frequency, but fortunately for us we have a property for that in the DT.
> >
> > This also has the side effect of allowing to use the MMC HS200 mode for the
> > boards that support it (with either 1.2v or 1.8v IOs).
> >
> > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> > ---
> >  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 3 +++
> >  1 file changed, 3 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> > index 8e149498e096..f46ae965cf5b 100644
> > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> > @@ -332,6 +332,7 @@
> >                         resets = <&ccu RST_BUS_MMC0>;
> >                         reset-names = "ahb";
> >                         interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
> > +                       max-frequency = <200000000>;
> 
> You also have to set one of MMC_CAP2_HS200* in the driver,
> or mmc-hs200-1_8v or mmc-hs200-1_2v in the device tree to
> actually use HS200, right?

Yes, but that requires a board with 1.8V IOs to work properly, which
not all board use, so it's probably best to enable it in the board
DTS.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max frequency Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-09 17:50 +0100
  Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max frequency Chen-Yu Tsai <wens@csie.org> - 2017-01-09 18:10 +0100
    Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max  frequency Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-10 20:20 +0100
      Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max frequency Chen-Yu Tsai <wens@csie.org> - 2017-01-11 07:50 +0100
        Re: [PATCH v2 6/6] arm64: allwinner: a64: Increase the MMC max  frequency Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-01-11 14:40 +0100

csiph-web