]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mach-sc5xx: sc573: Rename EZKIT board to EZLITE
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:20 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
Rename the SC573 EZKIT board to EZLITE across the device tree,
defconfig, board file, and related Kconfig/Makefile entries to
match with release naming. EZKIT was used internally before the
official product release.

Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/sc573-ezlite.dts [moved from arch/arm/dts/sc573-ezkit.dts with 98% similarity]
arch/arm/mach-sc5xx/Kconfig
arch/arm/mach-sc5xx/init/dmcinit.c
board/adi/sc573-ezlite/Kconfig [moved from board/adi/sc573-ezkit/Kconfig with 92% similarity]
board/adi/sc573-ezlite/Makefile [moved from board/adi/sc573-ezkit/Makefile with 79% similarity]
board/adi/sc573-ezlite/sc573-ezlite.c [moved from board/adi/sc573-ezkit/sc573-ezkit.c with 100% similarity]
board/adi/sc573-ezlite/sc573-ezlite.env [moved from board/adi/sc573-ezkit/sc573-ezkit.env with 100% similarity]
configs/sc573-ezlite_defconfig [moved from configs/sc573-ezkit_defconfig with 98% similarity]
doc/device-tree-bindings/arm/adi/adi,sc5xx.yaml
include/configs/sc573-ezlite.h [moved from include/configs/sc573-ezkit.h with 79% similarity]

index d5dd0867622197aea8dec8780b24c7f6ec15683a..1e8676284b707cb8cfeefdef0415938386bee4bb 100644 (file)
@@ -1178,7 +1178,7 @@ dtb-$(CONFIG_TARGET_IMX8MM_CL_IOT_GATE_OPTEE) += imx8mm-cl-iot-gate-optee.dtb \
                                        imx8mm-cl-iot-gate-ied-tpm0.dtbo \
                                        imx8mm-cl-iot-gate-ied-tpm1.dtbo
 
-dtb-$(CONFIG_TARGET_SC573_EZKIT) += sc573-ezkit.dtb
+dtb-$(CONFIG_TARGET_SC573_EZLITE) += sc573-ezlite.dtb
 dtb-$(CONFIG_TARGET_SC584_EZKIT) += sc584-ezkit.dtb
 dtb-$(CONFIG_TARGET_SC589_MINI) += sc589-mini.dtb
 dtb-$(CONFIG_TARGET_SC589_EZKIT) += sc589-ezkit.dtb
similarity index 98%
rename from arch/arm/dts/sc573-ezkit.dts
rename to arch/arm/dts/sc573-ezlite.dts
index 4a3d1ed5c5645aee452c05e2219a7027052309ee..57604d707f73a42d174f1c5acd94ab01c8949d29 100644 (file)
@@ -9,8 +9,8 @@
 #include "sc57x.dtsi"
 
 / {
-       model = "ADI SC573-EZKIT";
-       compatible = "adi,sc573-ezkit", "adi,sc57x";
+       model = "ADI SC573-EZLITE";
+       compatible = "adi,sc573-ezlite", "adi,sc57x";
 };
 
 &i2c0 {
index 70fab57fb3c1b2a12a0298cd40ce899ffd6e61cb..e311a8adf9abd501bb3b24270b0a804593a788a3 100644 (file)
@@ -25,7 +25,7 @@ config SC57X
        bool "SC57x series"
        select COMMON_CLK_ADI_SC57X
        select CPU_V7A
-       select TARGET_SC573_EZKIT
+       select TARGET_SC573_EZLITE
 
 config SC58X
        bool "SC58x series"
@@ -51,8 +51,8 @@ endchoice
 
 if SC57X
 
-config TARGET_SC573_EZKIT
-       bool "Support SC573-EZKIT"
+config TARGET_SC573_EZLITE
+       bool "Support SC573-EZLITE"
 
 endif
 
@@ -600,6 +600,6 @@ source "board/adi/sc594-som-ezlite/Kconfig"
 source "board/adi/sc589-ezkit/Kconfig"
 source "board/adi/sc589-mini/Kconfig"
 source "board/adi/sc584-ezkit/Kconfig"
-source "board/adi/sc573-ezkit/Kconfig"
+source "board/adi/sc573-ezlite/Kconfig"
 
 endif
index 12052613feb40b0d6631c0d06c87fc4c5b114464..2026735cc2144f4098544793bd682f51ba4dcf9a 100644 (file)
 
 #ifdef CONFIG_TARGET_SC584_EZKIT
        #define DMC_PADCTL2_VALUE       0x0078283C
-#elif CONFIG_TARGET_SC573_EZKIT
+#elif CONFIG_TARGET_SC573_EZLITE
        #define DMC_PADCTL2_VALUE       0x00782828
 #elif CONFIG_TARGET_SC589_MINI || CONFIG_TARGET_SC589_EZKIT
        #define DMC_PADCTL2_VALUE       0x00783C3C
similarity index 92%
rename from board/adi/sc573-ezkit/Kconfig
rename to board/adi/sc573-ezlite/Kconfig
index 328563c12969eb51ebe93a5aef5e123ea99bd5a2..f3b848ef0f71c2c53ea6cc099dbd2f2feaf8a567 100644 (file)
@@ -2,19 +2,19 @@
 #
 # (C) Copyright 2024 - Analog Devices, Inc.
 
-if TARGET_SC573_EZKIT
+if TARGET_SC573_EZLITE
 
 config SYS_BOARD
-       default "sc573-ezkit"
+       default "sc573-ezlite"
 
 config SYS_CONFIG_NAME
-       default "sc573-ezkit"
+       default "sc573-ezlite"
 
 config LDR_CPU
        default "ADSP-SC573-0.0"
 
 config DEFAULT_DEVICE_TREE
-       default "sc573-ezkit"
+       default "sc573-ezlite"
 
 config ADI_IMAGE
        default "tiny"
similarity index 79%
rename from board/adi/sc573-ezkit/Makefile
rename to board/adi/sc573-ezlite/Makefile
index 0ea725b992b70a28c0073421ed20e0cc50000d33..77c55af62401a2730d94e13617e05d0fe565dd80 100644 (file)
@@ -3,4 +3,4 @@
 # (C) Copyright 2025 - Analog Devices, Inc.
 #
 
-obj-y  += sc573-ezkit.o
+obj-y  += sc573-ezlite.o
similarity index 98%
rename from configs/sc573-ezkit_defconfig
rename to configs/sc573-ezlite_defconfig
index 4320c73fd394fa25e66029ae6d5a402b72f0e083..f6305451c27a80fdbd3ed657d8b0f9955de1b35d 100644 (file)
@@ -47,7 +47,7 @@ CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_EMBED=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_USE_HOSTNAME=y
-CONFIG_HOSTNAME="sc573-ezkit"
+CONFIG_HOSTNAME="sc573-ezlite"
 CONFIG_NET_RETRY_COUNT=20
 CONFIG_IP_DEFRAG=y
 CONFIG_SPL_CLK=y
index df976c7ae73c3bf99d81ae725e087c5333e28f8e..ae3b5e6092a8d11b599cade09aa60f79944e6337 100644 (file)
@@ -18,7 +18,7 @@ properties:
     oneOf:
       - description: SC57X Series Boards
         items:
-          - const: adi,sc573-ezkit
+          - const: adi,sc573-ezlite
           - const: adi,sc57x
 
       - description: SC58X Series Boards
similarity index 79%
rename from include/configs/sc573-ezkit.h
rename to include/configs/sc573-ezlite.h
index 42e42f8150b053e2e4ada06f5d60722b0951f8e6..590a8f06fb52cf5ff8059f724f26c8a3d088d385 100644 (file)
@@ -3,8 +3,8 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-#ifndef __CONFIG_SC573_EZKIT_H
-#define __CONFIG_SC573_EZKIT_H
+#ifndef __CONFIG_SC573_EZLITE_H
+#define __CONFIG_SC573_EZLITE_H
 
 /*
  * Memory Settings