mb/amd/majolica: use GPIO_40 as reset pin for NVME SSD
Default Majolica configuration uses GPIO_40 for NVME M2_SSD_RST# BUG=b:182100027 TEST=ls /dev/nvme* Change-Id: Idecc0ec7eaf903b29fea109d3688f3c249da62f5 Signed-off-by: Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52423 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
48b0079000
commit
4e29e2f14b
|
@ -25,7 +25,7 @@ static const fsp_dxio_descriptor majolica_czn_dxio_descriptors[] = {
|
||||||
.function_number = 1,
|
.function_number = 1,
|
||||||
.turn_off_unused_lanes = true,
|
.turn_off_unused_lanes = true,
|
||||||
.clk_req = CLK_REQ5,
|
.clk_req = CLK_REQ5,
|
||||||
.gpio_group_id = GPIO_26,
|
.gpio_group_id = GPIO_40,
|
||||||
.port_params = {PP_PSPP_AC, 0x133, PP_PSPP_DC, 0x122}
|
.port_params = {PP_PSPP_AC, 0x133, PP_PSPP_DC, 0x122}
|
||||||
},
|
},
|
||||||
{ /* DT */
|
{ /* DT */
|
||||||
|
|
Loading…
Reference in New Issue