Re: [PATCH] ARM: dts: Kill off skeleton{64}.dtsi
Alexandre Torgue <[email protected]> Mon, 3 Dec 2018 11:29:09 +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 | <[email protected]> |
Hi Rob
On 11/30/18 6:06 PM, Rob Herring 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/stm32429i-eval.dts | 1 +
> arch/arm/boot/dts/stm32746g-eval.dts | 1 +
> arch/arm/boot/dts/stm32f429-disco.dts | 1 +
> arch/arm/boot/dts/stm32f429.dtsi | 4 +++-
> arch/arm/boot/dts/stm32f469-disco.dts | 1 +
> arch/arm/boot/dts/stm32f746-disco.dts | 1 +
> arch/arm/boot/dts/stm32f746.dtsi | 4 +++-
> arch/arm/boot/dts/stm32f769-disco.dts | 1 +
> arch/arm/boot/dts/stm32h743.dtsi | 4 +++-
> arch/arm/boot/dts/stm32h743i-disco.dts | 1 +
> arch/arm/boot/dts/stm32h743i-eval.dts | 1 +
> arch/arm/boot/dts/stm32mp157c-ed1.dts | 1 +
For STM32 files:
Acked-by: Alexandre TORGUE <[email protected]>
Regards
Alex