Attention is currently required from: Patrick Rudolph. Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56025 )
Change subject: drivers/intel/usb4/retimer: remove redundant member PLD ......................................................................
drivers/intel/usb4/retimer: remove redundant member PLD
Currently, We get PLD information from USB port structure itself and devicetree need not fill PLD structure now. Thus removing redundant variable
Change-Id: I7a561677ab65ddb870d1b00b35ee9d7a22ef9c70 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- M src/drivers/intel/usb4/retimer/chip.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/56025/1
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];