mb/google/brya/var/taeko4es: 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: Ic3fbf307bfa42bd377c8f23c1837a6d15cb378e7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62032
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
782d012590
commit
0724ab1335
|
@ -510,7 +510,7 @@ chip soc/intel/alderlake
|
||||||
.panel = PLD_PANEL_LEFT,
|
.panel = PLD_PANEL_LEFT,
|
||||||
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
||||||
.shape = PLD_SHAPE_HORIZONTAL_RECTANGLE,
|
.shape = PLD_SHAPE_HORIZONTAL_RECTANGLE,
|
||||||
.group = ACPI_PLD_GROUP(4, 1)}"
|
.group = ACPI_PLD_GROUP(3, 1)}"
|
||||||
device ref usb2_port9 on end
|
device ref usb2_port9 on end
|
||||||
end
|
end
|
||||||
chip drivers/usb/acpi
|
chip drivers/usb/acpi
|
||||||
|
@ -529,7 +529,7 @@ chip soc/intel/alderlake
|
||||||
.panel = PLD_PANEL_LEFT,
|
.panel = PLD_PANEL_LEFT,
|
||||||
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
.horizontal_position = PLD_HORIZONTAL_POSITION_LEFT,
|
||||||
.shape = PLD_SHAPE_HORIZONTAL_RECTANGLE,
|
.shape = PLD_SHAPE_HORIZONTAL_RECTANGLE,
|
||||||
.group = ACPI_PLD_GROUP(4, 1)}"
|
.group = ACPI_PLD_GROUP(3, 1)}"
|
||||||
device ref usb3_port1 on end
|
device ref usb3_port1 on end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue