mb/google/brya/var/kano: Fix PLD group order
In ec/google/chromeec: Add PLD to EC conn in ACPI table
(667471b8d8
), PLD is added to ACPI table.
This patch ensures USB _PLD group numbers are appear in order.
BUG=b:216490477
TEST=build coreboot and system boot into OS.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I78734f685672347b06783f834643347a35c59e79
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62029
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
166b35210c
commit
dc07db0c76
|
@ -529,7 +529,7 @@ chip soc/intel/alderlake
|
|||
.panel = PLD_PANEL_RIGHT,
|
||||
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
||||
.shape = PLD_SHAPE_OVAL,
|
||||
.group = ACPI_PLD_GROUP(3, 1)}"
|
||||
.group = ACPI_PLD_GROUP(2, 1)}"
|
||||
device ref tcss_usb3_port3 on end
|
||||
end
|
||||
end
|
||||
|
@ -559,7 +559,7 @@ chip soc/intel/alderlake
|
|||
.panel = PLD_PANEL_RIGHT,
|
||||
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
||||
.shape = PLD_SHAPE_OVAL,
|
||||
.group = ACPI_PLD_GROUP(3, 1)}"
|
||||
.group = ACPI_PLD_GROUP(2, 1)}"
|
||||
device ref usb2_port3 on end
|
||||
end
|
||||
chip drivers/usb/acpi
|
||||
|
|
Loading…
Reference in New Issue