[PATCH] dts: add exynos arm64 vendor support for OF_UPSTREAM_BUILD_VENDOR

Tom Rini trini at konsulko.com
Fri Jan 23 19:20:03 CET 2026


On Fri, Jan 23, 2026 at 11:41:41PM +0530, Kaustabh Chakraborty wrote:

> Set OF_UPSTREAM_BUILD_VENDOR to build all devicetrees in "exynos/" for
> Exynos-based 64-bit ARM platforms (32-bit ARM uses "samsung/").
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss at disroot.org>
> ---
>  dts/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/dts/Kconfig b/dts/Kconfig
> index 870f75ad3ec..e0f6f03a343 100644
> --- a/dts/Kconfig
> +++ b/dts/Kconfig
> @@ -124,6 +124,7 @@ config OF_UPSTREAM_VENDOR
>  	default "marvell" if ARCH_MVEBU || ARCH_KIRKWOOD
>  	default "xilinx" if ARCH_VERSAL || ARCH_ZYNQ
>  	default "nvidia" if ARCH_TEGRA
> +	default "exynos" if ARCH_EXYNOS && ARCH_ARM64
>  	help
>  	  Select the vendor to build all devicetree files for.

Two things. First, it's "ARM64" and not "ARCH_ARM64". Second, since we
know what the 32bit one is and it's not the same, we might as well do
both while we're here?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260123/ee99a0be/attachment.sig>


More information about the U-Boot mailing list