From: Arnd Bergmann <arnd@arndb.de>
To: Stefan Agner <stefan@agner.ch>
Cc: Sanchayan Maity <maitysanchayan@gmail.com>,
linux-arm-kernel@lists.infradead.org, shawn.guo@linaro.org,
kernel@pengutronix.de, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] soc: Add driver for Freescale Vybrid Platform
Date: Fri, 22 May 2015 15:20 +0200 [thread overview]
Message-ID: <3574233.JhJlJx8SSu@wuerfel> (raw)
In-Reply-To: <61585e4449cfc1f36e16a64b9b4a54fe@agner.ch>
On Friday 22 May 2015 14:02:52 Stefan Agner wrote:
> > Can you use syscon_regmap_lookup_by_phandle instead, and put the
> > phandles in the fsl,vf610-mscm-cpucfg node?
>
> Hm, with that we would wire up hardware modules which does nothing has
> to do with each other. We just happen to need a driver which collects
> information accross the SoC. I'm not sure we should put the modules
> required into the device tree.
>
> I don't think its nice to have the compatible strings in the source
> code, however it feels more appropriate than in the device tree, IMHO...
I see. Another option would be to point directly to the registers
you need:
ocotp-cfg0 = <&ocotp 0x10>;
ocotp-cfg1 = <&ocotp 0x20>;
rom-revision = <&rom 0x80>;
We don't yet have an abstraction to access a register from a syscon
reference like this, but you could either roll your own here, or
add a generic abstraction.
> > Also, I'd argue that the mscm should not be a syscon device at all,
> > but instead I'd use platform_get_resource()/devm_ioremap_resource()
> > to get an __iomem pointer.
>
> We need to have mscm-cpucfg to be syscon because we need to get the CPU
> personality in the MSCM interrupt router driver (irq-vf610-mscm-ir.c).
It can be both at the same time now.
Arnd
next prev parent reply other threads:[~2015-05-22 13:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 10:51 [PATCH v3 0/2] Implement SoC bus support for Vybrid Sanchayan Maity
2015-05-22 10:51 ` [PATCH v3 1/2] ARM: dts: vfxxx: Add OCOTP and OCROM nodes Sanchayan Maity
2015-05-22 10:51 ` [PATCH v3 2/2] soc: Add driver for Freescale Vybrid Platform Sanchayan Maity
[not found] ` <d27c4ba234cd298914676884a9604ea8472a17d0.1432290463.git.maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-22 11:11 ` Arnd Bergmann
2015-05-22 11:55 ` maitysanchayan
2015-05-22 12:02 ` Stefan Agner
2015-05-22 13:20 ` Arnd Bergmann [this message]
2015-05-25 10:17 ` maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w
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=3574233.JhJlJx8SSu@wuerfel \
--to=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maitysanchayan@gmail.com \
--cc=shawn.guo@linaro.org \
--cc=stefan@agner.ch \
/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