Skip to content

Commit a4bd03e

Browse files
committed
Merge tag 'arm-dts-mv-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into soc/dt
ARM: dts: Move .dts files to vendor sub-directories The arm dts directory has grown to 1559 boards which makes it a bit unwieldy to maintain and use. Past attempts stalled out due to plans to move .dts files out of the kernel tree. Doing that is no longer planned (any time soon at least), so let's go ahead and group .dts files by vendors. This move aligns arm with arm64 .dts file structure. * tag 'arm-dts-mv-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: ARM: dts: Move .dts files to vendor sub-directories kbuild: Support flat DTBs install ARM: dts: Add .dts files missing from the build ARM: dts: allwinner: Use quoted #include Link: https://lore.kernel.org/r/20230621185025.GA3197738-robh@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents ee44484 + 724ba67 commit a4bd03e

2,668 files changed

Lines changed: 2158 additions & 1881 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MAINTAINERS

Lines changed: 81 additions & 105 deletions
Large diffs are not rendered by default.

arch/arm/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,9 @@ config USE_OF
14601460
help
14611461
Include support for flattened device tree machine descriptions.
14621462

1463+
config ARCH_WANT_FLAT_DTB_INSTALL
1464+
def_bool y
1465+
14631466
config ATAGS
14641467
bool "Support for the traditional ATAGS boot data passing"
14651468
default y

0 commit comments

Comments
 (0)