imx: ventana: Update missing memory/calib handling
[oweals/u-boot.git] / board / gateworks / gw_ventana / ventana_eeprom.h
index 5b065bea4eefc545331e3748b04d98b7eb705324..daff375e40b0a70fa0513fd3ad36023511a3b3ad 100644 (file)
@@ -109,9 +109,22 @@ enum {
        GW52xx,
        GW53xx,
        GW54xx,
+       GW551x,
+       GW552x,
        GW_UNKNOWN,
+       GW_BADCRC,
 };
 
+/* config items */
+struct ventana_eeprom_config {
+       const char *name;       /* name of item */
+       const char *dtalias;    /* name of dt node to remove if not set */
+       int bit;                /* bit within config */
+};
+
+extern struct ventana_eeprom_config econfig[];
+extern struct ventana_board_info ventana_info;
+
 int read_eeprom(int bus, struct ventana_board_info *);
 
 #endif