mb/google/nissa/var/guren: Add missing settings for WWAN
Due to "firmware.PDProtocol" item of FAFT PD test result has failed
and the HDMI function can't work on USB type C of the daughter board
side when the DUT with 1C+5G of daughter board config.
Add missing settings for WWAN to pass the test.
BUG=b:463200834
TEST=emerge-nissa coreboot chromeos-bootimage
Check 5G LTE module detectable by command # mmcli -m a.
Confirm firmware.PDProtocol PASS.
Change-Id: I8657e383ed376c4a3af328f7593d5503babe2e3d
Signed-off-by: Joyce Ciou <joyce_ciou@pegatron.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90170
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3dabe4f857
commit
67bf203e52
1 changed files with 3 additions and 0 deletions
|
|
@ -647,6 +647,7 @@ chip soc/intel/alderlake
|
|||
probe DB_USB DB_1A
|
||||
probe DB_USB DB_1C_1A
|
||||
probe DB_USB DB_1C_LTE
|
||||
probe DB_USB DB_1C_5G
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
@ -671,6 +672,7 @@ chip soc/intel/alderlake
|
|||
probe DB_USB DB_1C
|
||||
probe DB_USB DB_1C_1A
|
||||
probe DB_USB DB_1C_LTE
|
||||
probe DB_USB DB_1C_5G
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
@ -695,6 +697,7 @@ chip soc/intel/alderlake
|
|||
probe DB_USB DB_1C
|
||||
probe DB_USB DB_1C_1A
|
||||
probe DB_USB DB_1C_LTE
|
||||
probe DB_USB DB_1C_5G
|
||||
end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue