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>
This commit is contained in:
Maulik V Vaghela 2021-07-02 14:07:23 +05:30 committed by Patrick Georgi
parent 91c38c8c8d
commit 9c7122f1e8
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ struct drivers_intel_usb4_retimer_config {
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];