]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mach-k3: Sort SoC JTAG_ID entries
authorApurva Nandan <a-nandan@ti.com>
Fri, 23 Feb 2024 20:21:42 +0000 (01:51 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:03 +0000 (13:41 -0500)
Sort JTAG_IDs for K3 SoCs in hardware.h in alphabetical order.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
arch/arm/mach-k3/include/mach/hardware.h

index 0cf1e12aaac35b90fa23363113c15330a12bf6d7..7e143c6bdc8980fa5db9c636edb7426cf3b86aa4 100644 (file)
 #define JTAG_ID_VARIANT_MASK   (0xf << 28)
 #define JTAG_ID_PARTNO_SHIFT   12
 #define JTAG_ID_PARTNO_MASK    (0xffff << 12)
+#define JTAG_ID_PARTNO_AM62AX   0xbb8d
+#define JTAG_ID_PARTNO_AM62X   0xbb7e
+#define JTAG_ID_PARTNO_AM64X   0xbb38
 #define JTAG_ID_PARTNO_AM65X   0xbb5a
-#define JTAG_ID_PARTNO_J721E   0xbb64
 #define JTAG_ID_PARTNO_J7200   0xbb6d
-#define JTAG_ID_PARTNO_AM64X   0xbb38
+#define JTAG_ID_PARTNO_J721E   0xbb64
 #define JTAG_ID_PARTNO_J721S2  0xbb75
-#define JTAG_ID_PARTNO_AM62X   0xbb7e
-#define JTAG_ID_PARTNO_AM62AX   0xbb8d
 
 #define K3_SOC_ID(id, ID) \
 static inline bool soc_is_##id(void) \