diff options
author | Keith Hui <buurin@gmail.com> | 2024-05-31 23:07:48 -0400 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-06-08 00:05:55 +0000 |
commit | 1acb3e118bf0bdba8f13f62304425f8c21dad2c8 (patch) | |
tree | 5342c5f7dd210845aab0d93c6f3ec173332d1881 /src/mainboard | |
parent | c36b5ea18983e3dbb021ae3012698d1357dcdf66 (diff) |
mb/asus/p8z77-v: Apply updated USB current map to sb devicetree
This map is found stored in plain text in vendor firmware image.
They will take effect when USB config is transitioned to southbridge
devicetree.
Change-Id: Iab0a225560856771407bb815ff4d8bc95d0f884f
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82755
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asus/p8x7x-series/variants/p8z77-v/overridetree.cb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8x7x-series/variants/p8z77-v/overridetree.cb b/src/mainboard/asus/p8x7x-series/variants/p8z77-v/overridetree.cb index 043be06a24..adbb10a3b6 100644 --- a/src/mainboard/asus/p8x7x-series/variants/p8z77-v/overridetree.cb +++ b/src/mainboard/asus/p8x7x-series/variants/p8z77-v/overridetree.cb @@ -5,6 +5,22 @@ chip northbridge/intel/sandybridge subsystemid 0x1043 0x84ca inherit device ref peg11 on end # PCIEX_16_2 chip southbridge/intel/bd82x6x + register "usb_port_config" = "{ + { 1, 2, 0 }, + { 1, 2, 0 }, + { 1, 2, 1 }, + { 1, 9, 1 }, + { 1, 9, 2 }, + { 1, 2, 2 }, + { 1, 2, 3 }, + { 1, 2, 3 }, + { 1, 2, 4 }, + { 1, 9, 4 }, + { 1, 2, 6 }, + { 1, 2, 5 }, + { 1, 2, 5 }, + { 1, 2, 6 } + }" register "gen1_dec" = "0x000c0291" device ref gbe on end |