From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Chen-Yu Tsai <wens@csie.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com
Subject: Re: [linux-sunxi] Re: [PATCH] nvmem: sunxi-sid: add support for A64/H5's SID controller
Date: Tue, 19 Sep 2017 13:55:02 +0200 [thread overview]
Message-ID: <20170919115502.exfbpdwb3c3eenee@flea.lan> (raw)
In-Reply-To: <E5C9EEDA-C24B-4F66-9F8A-1355B44F861F@aosc.io>
[-- Attachment #1: Type: text/plain, Size: 2603 bytes --]
On Tue, Sep 19, 2017 at 04:23:14PM +0800, Icenowy Zheng wrote:
>
>
> 于 2017年9月19日 GMT+08:00 下午4:20:19, Maxime Ripard <maxime.ripard@free-electrons.com> 写到:
> >On Mon, Sep 18, 2017 at 11:42:04PM +0800, Icenowy Zheng wrote:
> >> Allwinner A64/H5 SoCs come with a SID controller like the one in H3,
> >but
> >> without the silicon bug that makes the initial value at 0x200 wrong,
> >so
> >> the value at 0x200 can be directly read.
> >>
> >> Add support for this kind of SID controller.
> >>
> >> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
> >> ---
> >> Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt | 1
> >+
> >> drivers/nvmem/sunxi_sid.c | 6
> >++++++
> >> 2 files changed, 7 insertions(+)
> >>
> >> diff --git
> >a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
> >b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
> >> index ef06d061913c..6ea0836939ee 100644
> >> --- a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
> >> +++ b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
> >> @@ -5,6 +5,7 @@ Required properties:
> >> "allwinner,sun4i-a10-sid"
> >> "allwinner,sun7i-a20-sid"
> >> "allwinner,sun8i-h3-sid"
> >> + "allwinner,sun50i-a64-sid"
> >>
> >> - reg: Should contain registers location and length
> >>
> >> diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
> >> index 0d6648be93b8..3c9fd4fb9207 100644
> >> --- a/drivers/nvmem/sunxi_sid.c
> >> +++ b/drivers/nvmem/sunxi_sid.c
> >> @@ -199,10 +199,16 @@ static const struct sunxi_sid_cfg sun8i_h3_cfg
> >= {
> >> .need_register_readout = true,
> >> };
> >>
> >> +static const struct sunxi_sid_cfg sun50i_a64_cfg = {
> >> + .value_offset = 0x200,
> >> + .size = 0x100,
> >> +};
> >> +
> >
> >How did you get those values?
>
> In the BSP U-Boot headers.
This should be mentionned in your commit log then.
> >Also, it's reported that the SID can only be accessed in secure
> >mode, did you test it?
>
> Yes, however the secure is broken again, and this only
> happen if Secure Boot bit is burned.
Is broken again, meaning?
As far as I know, the only breakage we've had is on the A80 / A83T,
but we don't have anything like it on the A64, do we?
> If it's really burned, we will have no clean way to access SID.
Well, in such a case we shouldn't access it either, so..
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-09-19 11:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-18 15:42 Icenowy Zheng
2017-09-19 8:20 ` Maxime Ripard
2017-09-19 8:23 ` [linux-sunxi] " Icenowy Zheng
2017-09-19 11:55 ` Maxime Ripard [this message]
2017-09-19 12:19 ` icenowy
2017-10-09 12:20 ` Srinivas Kandagatla
2017-09-21 23:12 ` Rob Herring
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=20170919115502.exfbpdwb3c3eenee@flea.lan \
--to=maxime.ripard@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=icenowy@aosc.io \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=srinivas.kandagatla@linaro.org \
--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®