Skip to content

Commit 322ff70

Browse files
Gil Finewesteri
authored andcommitted
thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controller
Intel Barlow Ridge discrete USB4 controller has larger NOR Flash, hence increase NVM_MAX_SIZE to support it. Signed-off-by: Gil Fine <gil.fine@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
1 parent 7c81a57 commit 322ff70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/thunderbolt/nvm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "tb.h"
1414

1515
#define NVM_MIN_SIZE SZ_32K
16-
#define NVM_MAX_SIZE SZ_512K
16+
#define NVM_MAX_SIZE SZ_1M
1717
#define NVM_DATA_DWORDS 16
1818

1919
/* Intel specific NVM offsets */

0 commit comments

Comments
 (0)