Skip to content

Commit 9c0da3c

Browse files
mrutland-armarndb
authored andcommitted
ARM: dts: explicitly mark skeleton.dtsi as deprecated
As noted in commit 3ebee5a ("arm64: dts: kill skeleton.dtsi"), there are a number of problems with skeleton.dtsi, and it would be prefereable to remove it entirely. As there are a large number of existing users, fixing these up will take a while. This patch adds a note to arm's skeleton.dtsi noting that this is the case, to make this more obvious and hopefully minimize new uptake of skeleton.dtsi in the mean time. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Rob Herring <robh@kernel.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent af3fe47 commit 9c0da3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/skeleton.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/*
2+
* This file is deprecated, and will be removed once existing users have been
3+
* updated. New dts{,i} files should *not* include skeleton.dtsi, and should
4+
* instead explicitly provide the below nodes only as required.
5+
*
26
* Skeleton device tree; the bare minimum needed to boot; just include and
37
* add a compatible value. The bootloader will typically populate the memory
48
* node.

0 commit comments

Comments
 (0)