Skip to content

Commit d1e0efd

Browse files
committed
mb/google/brya/kinox: Enable NVMe on m.2 socket
KINOX boards have an unpopulated m.2-2280 socket on the board which can be used for NVMe, but it is non-functional due to GPIO GPP_B2 being set to NC, rather than the baseboard default for M2_SSD_PLA_L. Drop the override for GPP_B2, so that it uses the baseboard default. TEST=build/boot kinox with NVMe populated on M.2, verify NVMe drive detected and bootable. Change-Id: I8c64953217e8217fc21cd365016e2767d83c8c25 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
1 parent 4afe762 commit d1e0efd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/mainboard/google/brya/variants/kinox

src/mainboard/google/brya/variants/kinox/gpio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ static const struct pad_config override_gpio_table[] = {
2121
/* A22 : DDPC_CTRLDATA ==> NC */
2222
PAD_NC(GPP_A22, NONE),
2323

24-
/* B2 : VRALERT# ==> TP153 */
25-
PAD_NC(GPP_B2, NONE),
26-
2724
/* D0 : ISH_GP0 ==> NC */
2825
PAD_NC_LOCK(GPP_D0, NONE, LOCK_CONFIG),
2926
/* D1 : ISH_GP1 ==> NC */

0 commit comments

Comments
 (0)