From 2ad9d60d2eb1771491aeed895d8a603c0234e6e7 Mon Sep 17 00:00:00 2001 From: Filip Kokosinski Date: Wed, 6 Dec 2023 14:34:28 +0100 Subject: [PATCH] boards/arm/mercury_xu: change board vendor to Enclustra This commit changes the vendor of this board from Xilinx to Enclustra. It also adds the `enclustra` vendor prefix to avoid potential name collisions in the future. See Enclustra Mercury XU and Mercury+ XU SoMs: https://www.enclustra.com/en/products/system-on-chip-modules/. Signed-off-by: Filip Kokosinski --- boards/enclustra/mercury_xu/mercury_xu.dts | 2 +- boards/enclustra/mercury_xu/mercury_xu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/enclustra/mercury_xu/mercury_xu.dts b/boards/enclustra/mercury_xu/mercury_xu.dts index df51ab470c5..c0abbec19a3 100644 --- a/boards/enclustra/mercury_xu/mercury_xu.dts +++ b/boards/enclustra/mercury_xu/mercury_xu.dts @@ -10,7 +10,7 @@ / { model = "Mercury XU"; - compatible = "xlnx,zynqmp"; + compatible = "enclustra,mercury_xu"; chosen { zephyr,console = &uart0; diff --git a/boards/enclustra/mercury_xu/mercury_xu.yaml b/boards/enclustra/mercury_xu/mercury_xu.yaml index df01c2b112a..f2cc537a06c 100644 --- a/boards/enclustra/mercury_xu/mercury_xu.yaml +++ b/boards/enclustra/mercury_xu/mercury_xu.yaml @@ -6,4 +6,4 @@ arch: arm toolchain: - zephyr - gnuarmemb -vendor: xlnx +vendor: enclustra