Re: [PATCH] ARM: dts: Kill off skeleton{64}.dtsi
Chen-Yu Tsai <[email protected]> Mon, 3 Dec 2018 12:02:29 +0800
| 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 | <CAGb2v644LTpJ6XpCbhpBGYT3ZBr_Yt-4OVGQwNcOD15-+PqshA@mail.gmail.com> |
On Sat, Dec 1, 2018 at 1:06 AM 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. > > Signed-off-by: Rob Herring <[email protected]> > --- > Yes, I'm being lazy and not splitting this up into dozens of sub-arch > patches. I don't think this should conflict nor should we be getting new > dependencies on skeleton.dtsi. So please apply directly to arm-soc. > > Rob > [...] > arch/arm/boot/dts/sun5i-a10s.dtsi | 4 ++-- > arch/arm/boot/dts/sun5i-a13.dtsi | 4 ++-- > arch/arm/boot/dts/sun5i.dtsi | 9 +++++++-- > arch/arm/boot/dts/sun6i-a31.dtsi | 5 +++-- > arch/arm/boot/dts/sun7i-a20.dtsi | 5 +++-- > arch/arm/boot/dts/sun8i-a23-a33.dtsi | 4 ++-- > arch/arm/boot/dts/sun8i-a23.dtsi | 1 + > arch/arm/boot/dts/sun8i-a33.dtsi | 1 + Maxime recently took care of this for Allwinner/sunxi. It should already be in linux-next now. ChenYu