diff --git a/include/socinfo.h b/include/socinfo.h
index 719e8f55fae38c52ce2d642baa251ba3585294c5..b65e9a95753ebb55db586620ac369566d146c190 100644 (file)
--- a/include/socinfo.h
+++ b/include/socinfo.h
} k3_soc;
typedef enum {
} k3_soc;
typedef enum {
- REV_PG1_0,
- REV_PG2_0,
+ REV_SR1_0,
+ REV_SR2_0,
REV_PG_MAX
} k3_soc_rev;
REV_PG_MAX
} k3_soc_rev;
};
extern struct k3conf_soc_info soc_info;
};
extern struct k3conf_soc_info soc_info;
-int soc_init(void);
+int soc_init(uint32_t host_id);
int soc_is_j721e(void);
int soc_is_am654(void);
int soc_is_j721e(void);
int soc_is_am654(void);