Re: [PATCH v2] ARM: dts: Kill off skeleton{64}.dtsi
Arnd Bergmann <[email protected]> Wed, 30 Jan 2019 17:31:31 +0100
| Newsgroups | io.groups.linux-oxnas,org.infradead.lists.linux-amlogic,org.infradead.lists.linux-mediatek,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <CAK8P3a04uO2Nz-M4NVgMsGy2BPRx9pM1cCuUeS54Jf8N18-9NQ@mail.gmail.com> |
On Wed, Jan 9, 2019 at 6:30 PM Gregory CLEMENT <[email protected]> wrote: > > Hi Rob, > > On mer., janv. 09 2019, Rob Herring <[email protected]> wrote: > > > Remove the usage of skeleton.dtsi in the remaining dts files. It was > > deprecated since commit 9c0da3cc61f1 ("ARM: dts: explicitly mark > > skeleton.dtsi as deprecated"). This will make adding a unit-address to > > memory nodes easier. > > > > The main tricky part to removing skeleton.dtsi is we could end up with > > no /memory node at all when a bootloader depends on one being present. I > > hacked up dtc to check for this condition. > > > Reviewed-by: Gregory CLEMENT <[email protected]> > and for Armada 38x: > Tested-by: Gregory CLEMENT <[email protected]> > Applied to arm/dt now, thanks! Arnd