Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/56025 )
Change subject: drivers/intel/usb4/retimer: remove redundant structure member group(PLD) ......................................................................
drivers/intel/usb4/retimer: remove redundant structure member group(PLD)
Currently, we get PLD information from USB port structure itself, so devicetree does not need to fill PLD structure anymore. Thus remove obsolete variable.
Change-Id: I7a561677ab65ddb870d1b00b35ee9d7a22ef9c70 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/56025 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/drivers/intel/usb4/retimer/chip.h 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/drivers/intel/usb4/retimer/chip.h b/src/drivers/intel/usb4/retimer/chip.h index 46bd77a..cb01f18 100644 --- a/src/drivers/intel/usb4/retimer/chip.h +++ b/src/drivers/intel/usb4/retimer/chip.h @@ -14,8 +14,6 @@ struct { /* GPIO used to control power of retimer device */ struct acpi_gpio power_gpio; - /* _PLD setting */ - struct acpi_pld_group group; /* Type-C port associated with retimer */ DEVTREE_CONST struct device *typec_port; } dfp[DFP_NUM_MAX];