All of lore.kernel.org
 help / color / mirror / Atom feed
From: tsahee@annapurnalabs.com (Tsahee Zidenberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 5/5] ARM: dts: Alpine platform devicetree
Date: Mon, 2 Feb 2015 17:27:48 +0200	[thread overview]
Message-ID: <CABM=7kmcPyxqah8Yek1PoSOzZarMh8eMFdakgz5k418FzMvc_g@mail.gmail.com> (raw)
In-Reply-To: <20150202134051.GB21175@leverpostej>

Thank you for your review!

On 2 February 2015 at 15:40, Mark Rutland <mark.rutland@arm.com> wrote:
> On Mon, Feb 02, 2015 at 11:20:44AM +0000, Tsahee Zidenberg wrote:
>> +             arch-timer {
>> +                     compatible = "arm,cortex-a15-timer",
>> +                                  "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)>;
>> +                     clock-frequency = <0>; /* Filled by loader */
>
> Your loader doesn't configure CNTFRQ?
>

Not currently. setting CNTFRQ must be done in the firmware, to be
valid across all CPUs and through power-cycles. This isn't supported
on current firmware, which is used in currently available devices. I
will add this as a required feature from next-gen firmware.
clock-frequency property is read by linux-kernel before attempting to
read CNTFRQ.


>> +             /* North Bridge Service Registers */
>> +             sysfabric-service at fb070000 {
>> +                     compatible = "al,alpine-sysfabric-service", "syscon", "simple-bus";
>> +                     reg = <0x0 0xfb070000 0x0 0x10000>;
>> +             };
>
> That compatible list makes no sense whatsoever.
>
> Why is "simple-bus" on the end?
>

Nodes that are used with "syscon_regmap_lookup_by_compatible" appear
both with and without compatibility to "simple-bus" in the
device-trees.
examples with: "fsl,imx6q-anatop", "xlnx,zynq-slcr"
examples without: "fsl,imx6q-iomuxc-gpr", "rockchip,rk3066-pmu"
Both ways work, I'm not if there is reasoning behind this difference
in current device-trees or which is the better example to follow. I
have no problem working either way. Is there a consensus on this?

> Mark.

  reply	other threads:[~2015-02-02 15:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 11:20 [PATCH v3 5/5] ARM: dts: Alpine platform devicetree Tsahee Zidenberg
2015-02-02 13:40 ` Mark Rutland
2015-02-02 15:27   ` Tsahee Zidenberg [this message]
2015-02-02 15:41     ` Mark Rutland
2015-02-02 16:04       ` Tsahee Zidenberg

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='CABM=7kmcPyxqah8Yek1PoSOzZarMh8eMFdakgz5k418FzMvc_g@mail.gmail.com' \
    --to=tsahee@annapurnalabs.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.