u8 profiles;
u8 min_profiles;
} rev_data[] = {
+ {
+ .revisions = BIT(4),
+ .bands = ACPI_GEO_NUM_BANDS_REV4,
+ .profiles = ACPI_NUM_GEO_PROFILES_REV3,
+ .min_profiles = BIOS_GEO_MIN_PROFILE_NUM,
+ },
{
.revisions = BIT(3),
.bands = ACPI_GEO_NUM_BANDS_REV2,
/* revision 0 and 1 are identical, except for the semantics in the FW */
#define ACPI_GEO_NUM_BANDS_REV0 2
#define ACPI_GEO_NUM_BANDS_REV2 3
+#define ACPI_GEO_NUM_BANDS_REV4 4
#define ACPI_WRDD_WIFI_DATA_SIZE 2
#define ACPI_SPLC_WIFI_DATA_SIZE 2