]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - k3conf/k3conf.git/blobdiff - include/socinfo.h
socinfo: Rename PG to SR
[k3conf/k3conf.git] / include / socinfo.h
index 719e8f55fae38c52ce2d642baa251ba3585294c5..b65e9a95753ebb55db586620ac369566d146c190 100644 (file)
@@ -50,8 +50,8 @@ typedef enum {
 } 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;
 
@@ -65,7 +65,7 @@ struct k3conf_soc_info {
 };
 
 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);