imx: ventana: add support for GW5905
[platform/kernel/u-boot.git] / board / gateworks / gw_ventana / eeprom.c
index f0ae820..13ccf2b 100644 (file)
@@ -99,8 +99,10 @@ read_eeprom(int bus, struct ventana_board_info *info)
        case '9':
                if (info->model[4] == '0' && info->model[5] == '3')
                        type = GW5903;
-               if (info->model[4] == '0' && info->model[5] == '4')
+               else if (info->model[4] == '0' && info->model[5] == '4')
                        type = GW5904;
+               else if (info->model[4] == '0' && info->model[5] == '5')
+                       type = GW5905;
                break;
        }
        return type;