Skip to content

Commit

Permalink
thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge cont…
Browse files Browse the repository at this point in the history
…roller

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>
  • Loading branch information
Gil Fine authored and Mika Westerberg committed Jun 16, 2023
1 parent 7c81a57 commit 322ff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thunderbolt/nvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "tb.h"

#define NVM_MIN_SIZE SZ_32K
#define NVM_MAX_SIZE SZ_512K
#define NVM_MAX_SIZE SZ_1M
#define NVM_DATA_DWORDS 16

/* Intel specific NVM offsets */
Expand Down

0 comments on commit 322ff70

Please sign in to comment.