mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-05 14:30:20 +00:00
soc: ti: k3-socinfo: Add entry for J784S4 SoC
Add support for J784S4 SoC Identification. Signed-off-by: Hari Nagalla <hnagalla@ti.com> 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
2ba26e15d2
commit
4e3b94d7ba
@ -50,6 +50,7 @@
|
|||||||
#define JTAG_ID_PARTNO_J7200 0xbb6d
|
#define JTAG_ID_PARTNO_J7200 0xbb6d
|
||||||
#define JTAG_ID_PARTNO_J721E 0xbb64
|
#define JTAG_ID_PARTNO_J721E 0xbb64
|
||||||
#define JTAG_ID_PARTNO_J721S2 0xbb75
|
#define JTAG_ID_PARTNO_J721S2 0xbb75
|
||||||
|
#define JTAG_ID_PARTNO_J784S4 0xbb80
|
||||||
|
|
||||||
#define K3_SOC_ID(id, ID) \
|
#define K3_SOC_ID(id, ID) \
|
||||||
static inline bool soc_is_##id(void) \
|
static inline bool soc_is_##id(void) \
|
||||||
|
|||||||
@ -45,6 +45,9 @@ static const char *get_family_string(u32 idreg)
|
|||||||
case JTAG_ID_PARTNO_AM62AX:
|
case JTAG_ID_PARTNO_AM62AX:
|
||||||
family = "AM62AX";
|
family = "AM62AX";
|
||||||
break;
|
break;
|
||||||
|
case JTAG_ID_PARTNO_J784S4:
|
||||||
|
family = "J784S4";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
family = "Unknown Silicon";
|
family = "Unknown Silicon";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user