mb/google/brask/variants/moli: set customized_leds for RTL8111K
Follow the LED modification request in ADL_Moli_SC_MB_2022_0601.pdf and set the customized_leds to 0x0482 based on 7.4 Customizable LED Configuration in "REALTEK+RTL8111K-CG+SPEC+0116" for RTL8111K in moli. BUG=b:218985167 TEST=emerge-brask coreboot and check RTL8111K LED behaviour Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com> Change-Id: Ia154d15ecf14b32a4d589abf27b9573693339a8a Reviewed-on: https://review.coreboot.org/c/coreboot/+/65958 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
912fea6547
commit
a8a6738631
|
@ -100,7 +100,7 @@ chip soc/intel/alderlake
|
||||||
end # IntelI225V Ethernet NIC
|
end # IntelI225V Ethernet NIC
|
||||||
device ref pcie_rp7 on
|
device ref pcie_rp7 on
|
||||||
chip drivers/net
|
chip drivers/net
|
||||||
register "customized_leds" = "0x05af"
|
register "customized_leds" = "0x0482"
|
||||||
register "wake" = "GPE0_DW0_07"
|
register "wake" = "GPE0_DW0_07"
|
||||||
register "device_index" = "0"
|
register "device_index" = "0"
|
||||||
device pci 00.0 on end
|
device pci 00.0 on end
|
||||||
|
|
Loading…
Reference in New Issue