From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC][PATCH 3/4] arm64: dts: hikey: Add hikey support for syscon-reboot-mode
Date: Fri, 12 Aug 2016 09:11:56 -0700 [thread overview]
Message-ID: <20160812161156.GE26240@tuxbot> (raw)
In-Reply-To: <57ADD052.9030000@hisilicon.com>
On Fri 12 Aug 06:34 PDT 2016, Wei Xu wrote:
> Hi All,
>
> On 10/08/2016 05:58, John Stultz wrote:
> > On Tue, Aug 9, 2016 at 9:34 PM, Bjorn Andersson
> > <bjorn.andersson@linaro.org> wrote:
> >> On Mon 08 Aug 16:03 PDT 2016, John Stultz wrote:
> >>
> >> [..]
> >>> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
> >> [..]
> >>> memory at 0 {
> >>> device_type = "memory";
> >>> reg = <0x00000000 0x00000000 0x00000000 0x05e00000>,
> >>> - <0x00000000 0x05f00000 0x00000000 0x00eff000>,
> >>> + <0x00000000 0x05f00000 0x00000000 0x00001000>,
> >>> + <0x00000000 0x05f02000 0x00000000 0x00efd000>,
> >>> <0x00000000 0x06e00000 0x00000000 0x0060f000>,
> >>> <0x00000000 0x07410000 0x00000000 0x36bf0000>;
> >>> };
> >>
> >> As I said when talked about this, I don't think you should punch holes
> >> in the /memory node, but rather add these regions as no-map in a
> >> /reserved-memory node. But that's a unrelated matter.
> >
> > Yea. I need to sync w/ Wei and Guodong to see about reworking all of
> > those to use /reserved-memory, but for now I'd like to stay in sync w/
> > how they have it setup.
> >
>
> Both are fine to me.
> I remember before we had a discussion [1].
> How about we add these functions this time and clean the memory node
> in the future if needed?
>
> [1] http://patches.linaro.org/patch/54682/
I agree, you should not hold up John's addition on changing to
reserve-memory, as these are unrelated changes..
But I would recommend that you take the time to do the switch to
/reserve-memory before next change to /memory comes in, as that change
will be just as unrelated.
Regards,
Bjorn
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Wei Xu <xuwei5@hisilicon.com>
Cc: John Stultz <john.stultz@linaro.org>,
lkml <linux-kernel@vger.kernel.org>,
Andy Yan <andy.yan@rock-chips.com>,
Haojian Zhuang <haojian.zhuang@linaro.org>,
Guodong Xu <guodong.xu@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
devicetree@vger.kernel.org
Subject: Re: [RFC][PATCH 3/4] arm64: dts: hikey: Add hikey support for syscon-reboot-mode
Date: Fri, 12 Aug 2016 09:11:56 -0700 [thread overview]
Message-ID: <20160812161156.GE26240@tuxbot> (raw)
In-Reply-To: <57ADD052.9030000@hisilicon.com>
On Fri 12 Aug 06:34 PDT 2016, Wei Xu wrote:
> Hi All,
>
> On 10/08/2016 05:58, John Stultz wrote:
> > On Tue, Aug 9, 2016 at 9:34 PM, Bjorn Andersson
> > <bjorn.andersson@linaro.org> wrote:
> >> On Mon 08 Aug 16:03 PDT 2016, John Stultz wrote:
> >>
> >> [..]
> >>> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
> >> [..]
> >>> memory@0 {
> >>> device_type = "memory";
> >>> reg = <0x00000000 0x00000000 0x00000000 0x05e00000>,
> >>> - <0x00000000 0x05f00000 0x00000000 0x00eff000>,
> >>> + <0x00000000 0x05f00000 0x00000000 0x00001000>,
> >>> + <0x00000000 0x05f02000 0x00000000 0x00efd000>,
> >>> <0x00000000 0x06e00000 0x00000000 0x0060f000>,
> >>> <0x00000000 0x07410000 0x00000000 0x36bf0000>;
> >>> };
> >>
> >> As I said when talked about this, I don't think you should punch holes
> >> in the /memory node, but rather add these regions as no-map in a
> >> /reserved-memory node. But that's a unrelated matter.
> >
> > Yea. I need to sync w/ Wei and Guodong to see about reworking all of
> > those to use /reserved-memory, but for now I'd like to stay in sync w/
> > how they have it setup.
> >
>
> Both are fine to me.
> I remember before we had a discussion [1].
> How about we add these functions this time and clean the memory node
> in the future if needed?
>
> [1] http://patches.linaro.org/patch/54682/
I agree, you should not hold up John's addition on changing to
reserve-memory, as these are unrelated changes..
But I would recommend that you take the time to do the switch to
/reserve-memory before next change to /memory comes in, as that change
will be just as unrelated.
Regards,
Bjorn
next prev parent reply other threads:[~2016-08-12 16:11 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 23:03 [RFC][PATCH 1/4] arm64: dts: Add display subsystem DT nodes for hi6220-hikey John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-08 23:03 ` [RFC][PATCH 2/4] arm64: dts: Add HDMI node " John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-08 23:03 ` [RFC][PATCH 3/4] arm64: dts: hikey: Add hikey support for syscon-reboot-mode John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-10 4:34 ` Bjorn Andersson
2016-08-10 4:34 ` Bjorn Andersson
2016-08-10 4:34 ` Bjorn Andersson
2016-08-10 4:58 ` John Stultz
2016-08-10 4:58 ` John Stultz
2016-08-10 4:58 ` John Stultz
2016-08-12 13:34 ` Wei Xu
2016-08-12 13:34 ` Wei Xu
2016-08-12 13:34 ` Wei Xu
2016-08-12 16:11 ` Bjorn Andersson [this message]
2016-08-12 16:11 ` Bjorn Andersson
2016-08-08 23:03 ` [RFC][PATCH 4/4] arm64: dts: hikey: Add pstore support for HiKey John Stultz
2016-08-08 23:03 ` John Stultz
2016-08-08 23:20 ` Kees Cook
2016-08-08 23:20 ` Kees Cook
2016-08-08 23:23 ` John Stultz
2016-08-08 23:23 ` John Stultz
2016-08-08 23:48 ` [RFC][PATCH 4/4 v2] " John Stultz
2016-08-08 23:48 ` John Stultz
2016-08-09 0:36 ` Kees Cook
2016-08-09 0:36 ` Kees Cook
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=20160812161156.GE26240@tuxbot \
--to=bjorn.andersson@linaro.org \
--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.