]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - include/socinfo.h
common: socinfo: Use JTAD_ID register for device identification
[k3conf/k3conf.git] / include / socinfo.h
index b65e9a95753ebb55db586620ac369566d146c190..da23111433754dbee34a3e8da60e79d74b51266e 100644 (file)
 #define SOC_REVISION_MAX_LENGTH                        5
 #define SOC_FULL_NAME_MAX_LENGTH               20
 
 #define SOC_REVISION_MAX_LENGTH                        5
 #define SOC_FULL_NAME_MAX_LENGTH               20
 
-typedef enum {
-       AM654 = 2,
-       J721E = 4,
-       K3_MAX
-} k3_soc;
+#define AM65X  0xbb5a
+#define J721E  0xbb64
 
 typedef enum {
        REV_SR1_0,
 
 typedef enum {
        REV_SR1_0,
@@ -56,7 +53,7 @@ typedef enum {
 } k3_soc_rev;
 
 struct k3conf_soc_info {
 } k3_soc_rev;
 
 struct k3conf_soc_info {
-       k3_soc soc;
+       uint16_t soc;
        k3_soc_rev rev;
        char soc_full_name[SOC_FULL_NAME_MAX_LENGTH];
        uint8_t host_id;
        k3_soc_rev rev;
        char soc_full_name[SOC_FULL_NAME_MAX_LENGTH];
        uint8_t host_id;