Re: [PATCH] ARM: dts: Kill off skeleton{64}.dtsi
Martin Blumenstingl <[email protected]> Wed, 5 Dec 2018 23:21:06 +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 | <CAFBinCCyiOurskMNYeJaC3YHZF0CCVJg7q61Gs=wdZYAH83NCw@mail.gmail.com> |
Hi Rob, On Fri, Nov 30, 2018 at 6:07 PM 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. thank you for cleaning this up! > 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. > > Signed-off-by: Rob Herring <[email protected]> on Meson8b Odroid-C1: Tested-by: Martin Blumenstingl <[email protected]> > arch/arm/boot/dts/meson.dtsi | 3 ++- > arch/arm/boot/dts/meson6-atv1200.dts | 1 + > arch/arm/boot/dts/meson8-minix-neo-x8.dts | 1 + > arch/arm/boot/dts/meson8b-ec100.dts | 1 + > arch/arm/boot/dts/meson8b-mxq.dts | 1 + > arch/arm/boot/dts/meson8b-odroidc1.dts | 1 + > arch/arm/boot/dts/meson8m2-mxiii-plus.dts | 1 + for the Meson changes: Reviewed-by: Martin Blumenstingl <[email protected]> Regards Martin