From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: icenowy@aosc.io
Cc: Chen-Yu Tsai <wens@csie.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-sunxi@googlegroups.com
Subject: Re: [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40
Date: Thu, 24 Aug 2017 08:07:09 +0200 [thread overview]
Message-ID: <20170824060709.ejlmhzfhr7pwt3tx@flea.lan> (raw)
In-Reply-To: <9554c7524c8608e1eceafe762a487c11@aosc.io>
[-- Attachment #1: Type: text/plain, Size: 2895 bytes --]
On Wed, Aug 23, 2017 at 11:13:04PM +0800, icenowy@aosc.io wrote:
> 在 2017-08-23 22:35,Maxime Ripard 写道:
> > On Wed, Aug 23, 2017 at 07:56:29PM +0800, icenowy@aosc.io wrote:
> > > > > + reg = <0x01c0f000 0x1000>;
> > > > > + clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;
> > > > > + clock-names = "ahb", "mmc";
> > > > > + resets = <&ccu RST_BUS_MMC0>;
> > > > > + reset-names = "ahb";
> > > > > + pinctrl-0 = <&mmc0_pins>;
> > > > > + pinctrl-names = "default";
> > > > > + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> > > > > + max-frequency = <150000000>;
> > > >
> > > > have you tested that frequency?
> > >
> > > I think the frequency should be kept here, although my cards cannot
> > > reach this frequency.
> > >
> > > The numbers are same as the corresponding controllers in A64.
> > >
> > > Maybe I should add a comment saying it's educated guess?
> >
> > I'd rather have it tested by someone, and then add the proper
> > frequencies. It took quite a while to figure out how these modes were
> > supposed to be working on the A64, so it's not obvious that they're
> > just going to work.
>
> Should I add my results here?
>
> MMC0: 25MHz
> MMC1: 50MHz
> MMC2: 52MHz
> MMC3: not wired :-(
>
> I think it's conservative enough and works well ;-)
And that's my point. You didn't test HS200, SDR50 or SDR104 for
example. So you have no idea whether the frequencies from 50MHz to
150MHz are actually working or not.
>
> >
> > > > > + gic: interrupt-controller@1c81000 {
> > > > > + compatible = "arm,gic-400";
> > > > > + reg = <0x01c81000 0x1000>,
> > > > > + <0x01c82000 0x1000>,
> > > > > + <0x01c84000 0x2000>,
> > > > > + <0x01c86000 0x2000>;
> > > > > + interrupt-controller;
> > > > > + #interrupt-cells = <3>;
> > > > > + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
> > > > > IRQ_TYPE_LEVEL_HIGH)>;
> > > > > + };
> > > > > + };
> > > > > +
> > > > > + timer {
> > > > > + compatible = "arm,armv7-timer";
> > > > > + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) |
> > > > > IRQ_TYPE_LEVEL_LOW)>,
> > > > > + <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
> > > > > + <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
> > > > > + <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
> > > >
> > > > Those masks are wrong.
> > >
> > > I compared it with other sun8i SoCs' device tree.
> > >
> > > Where's wrong?
> >
> > It's supposed to be a mask of the CPUs in your system. Since you just
> > have one of them, it shouldn't be 4.
>
> R40 has 4 cores...
>
> Or I didn't understand this?
Gah, sorry, I mistook this for the V3s for some reason...
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2017-08-24 6:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 6:17 Icenowy Zheng
2017-08-22 6:17 ` [PATCH 2/3] ARM: dts: sun8i: Add board dts file for Banana Pi M2 Ultra Icenowy Zheng
2017-08-22 20:10 ` Maxime Ripard
2017-08-23 0:58 ` Icenowy Zheng
2017-08-22 6:17 ` [PATCH 3/3] ARM: dts: sun8i: Add board dts file for Banana Pi M2 Berry Icenowy Zheng
2017-08-22 20:12 ` Maxime Ripard
2017-08-23 5:46 ` Icenowy Zheng
2017-08-23 14:31 ` Maxime Ripard
2017-08-22 20:05 ` [PATCH 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40 Maxime Ripard
2017-08-23 0:56 ` Icenowy Zheng
2017-08-23 11:56 ` icenowy
2017-08-23 14:35 ` Maxime Ripard
2017-08-23 15:13 ` icenowy
2017-08-24 6:07 ` Maxime Ripard [this message]
2017-08-24 6:25 ` [linux-sunxi] " icenowy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170824060709.ejlmhzfhr7pwt3tx@flea.lan \
--to=maxime.ripard@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=icenowy@aosc.io \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®