On Wed, 28 May 2025 17:27:03 -0600, Tom Rini wrote: > Hey all, > > Taking inspiration from Heiko's patch[1] this series goes and cleans up > all of the arch/arm/dts/*.h files that can be easily removed. The big > challenge I ran in to here was that for some platforms that aren't using > OF_UPSTREAM were didn't have a sufficiently deep search path to find > files there rather than arch/arm/dts. This also showed that only ARM had > local header files to deal with. > > [...]
Applied to u-boot/next, thanks! [1/7] scripts/Makefile.lib: Rework upstream_dtsi_include to use find (no commit info) [2/7] arch/arm/dts: Remove unused header commit: 96e8ce71e94edfcf780cd3170aeb5c68b045dcd7 [4/7] arch/arm/dts: Remove functionally identical headers commit: 96d95e6a5380798a55f5d0b4611c9c19743c4d20 [5/7] arch/arm/dts: Remove strict subset header commit: fefc9329ea7c95e1fcdf43aaf7025796ff47b90a [6/7] atmel: Remove local arch/arm/dts/{sama5d2, sama7g5}-pinfunc.h commit: 872f69257abe7228da99a512e71483bc1029b7fa [7/7] nxp: Remove local arch/arm/dts/imx8mm-pinfunc.h commit: e87b5ed9d9f64c8cef9d4c01d32b57b9a77a964d -- Tom