On Wed, Apr 03, 2024 at 10:38:12AM +0200, Michael Walle wrote: > The devicetree files can be (re-)used in u-boot now, they are imported > on a regular basis (see OF_UPSTREAM option) there. Up until now, it > didn't matter for linux and there was just a combined devicetree > "-var3-ads2" (with ads2 being the carrier board). But if the devicetree > files are now reused in u-boot, we need to have an individual "-var3" > variant, because the bootloader is just using the bare "varN" devicetree > files. Split the "var3" off of the "-var3-ads2" devicetree. > > Signed-off-by: Michael Walle <mwalle@xxxxxxxxxx> Applied, thanks!