aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorMaulik V Vaghela <maulik.v.vaghela@intel.com>2021-07-02 14:07:23 +0530
committerPatrick Georgi <pgeorgi@google.com>2021-07-12 07:29:48 +0000
commit9c7122f1e8c98390ff81d22f90d64220fca4a393 (patch)
treeb02fc9bee5cd83f4414b0dccfd130f43ccfc6b82 /src/drivers
parent91c38c8c8dc541e86e8f3d20bcc501caeea8c1df (diff)
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>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/usb4/retimer/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/usb4/retimer/chip.h b/src/drivers/intel/usb4/retimer/chip.h
index 46bd77ab94..cb01f18e2c 100644
--- a/src/drivers/intel/usb4/retimer/chip.h
+++ b/src/drivers/intel/usb4/retimer/chip.h
@@ -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];