[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Ybbhpahp20tlwEdH@atomide.com>
Date: Mon, 13 Dec 2021 08:01:09 +0200
From: Tony Lindgren <tony@...mide.com>
To: Merlijn Wajer <merlijn@...zup.org>
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
* 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.
> +// 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.
Otherwise looks good to me.
Regards,
Tony
Powered by blists - more mailing lists