[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <42bb0134-1b5d-4bba-5f91-413007ba6eef@wizzup.org>
Date: Tue, 14 Dec 2021 22:30:06 +0100
From: Merlijn Wajer <merlijn@...zup.org>
To: Tony Lindgren <tony@...mide.com>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@...il.com>,
Dev Null <devnull@...s.xyz>,
Sebastian Reichel <sre@...nel.org>, linux-omap@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
soc@...nel.org, Rob Herring <robh+dt@...nel.org>,
BenoƮt Cousson <bcousson@...libre.com>,
Kees Cook <keescook@...omium.org>,
Anton Vorontsov <anton@...msg.org>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH 2/2] Droid3: add initial DTS
Hi Tony,
On 13/12/2021 07:01, Tony Lindgren wrote:
> * Merlijn Wajer <merlijn@...zup.org> [211212 23:00]:
>> @@ -35,7 +35,7 @@ reserved-memory {
>> * first 512K of that and just overwrite the rest and configure
>> * only 384K instead of 2M.
>> */
>> - ramoops@...80000 {
>> + ramoops0: ramoops@...80000 {
>> compatible = "ramoops";
>> reg = <0xa0080000 0x60000>;
>> record-size = <0x20000>;
>
> The stock kernel ramoops range might be different here because of less
> memory. If the stock kernel has it, it should be in the platform data
> somewhere in the stock kernel sources. Probably best to just leave it
> out for now.
Understood -- I didn't see it in the stock kernel, so perhaps ramoops is
not available on this device.
>> +// Do don't know if pstore is supported, but the current config causes panics,
>> +// so delete the node for now
>> +/delete-node/ &ramoops0;
>
> Just leave this out too, I don't think we have the ramoops configured in
> the mainline kernel.
Oops, yeah.
> Otherwise looks good to me.
Thanks for review!
Regards,
Merlijn
Powered by blists - more mailing lists