ec/google/chromeec: Add retimer handle to Type C conn
Some platforms have retimers which can be configured via the EC. Add a handle to these retimer devices to the Type C connector device, using devicetree references. BUG=b:208883648 TEST=Verify disassembled SSDT on brya. BRANCH=None Signed-off-by: Prashant Malani <pmalani@chromium.org> Change-Id: Ic0480b08c6d6a7562cca57192e49b8ea2a33b51e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63793 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
committed by
Felix Held
parent
688105bc60
commit
da6e9a0472
@@ -106,6 +106,7 @@ static void add_device_references(struct acpi_dp *dsd,
|
||||
add_device_ref(dsd, "orientation-switch", config->orientation_switch);
|
||||
add_device_ref(dsd, "usb-role-switch", config->usb_role_switch);
|
||||
add_device_ref(dsd, "mode-switch", config->mode_switch);
|
||||
add_device_ref(dsd, "retimer-switch", config->retimer_switch);
|
||||
}
|
||||
|
||||
void acpigen_write_typec_connector(const struct typec_connector_class_config *config,
|
||||
|
Reference in New Issue
Block a user