mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-29 17:55:48 +00:00
arm: mach-k3: Sort SoC JTAG_ID entries
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
This commit is contained in:
parent
20d0554134
commit
2ba26e15d2
1 changed files with 6 additions and 6 deletions
|
@ -43,13 +43,13 @@
|
|||
#define JTAG_ID_VARIANT_MASK (0xf << 28)
|
||||
#define JTAG_ID_PARTNO_SHIFT 12
|
||||
#define JTAG_ID_PARTNO_MASK (0xffff << 12)
|
||||
#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_J721S2 0xbb75
|
||||
#define JTAG_ID_PARTNO_AM62X 0xbb7e
|
||||
#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_J7200 0xbb6d
|
||||
#define JTAG_ID_PARTNO_J721E 0xbb64
|
||||
#define JTAG_ID_PARTNO_J721S2 0xbb75
|
||||
|
||||
#define K3_SOC_ID(id, ID) \
|
||||
static inline bool soc_is_##id(void) \
|
||||
|
|
Loading…
Add table
Reference in a new issue