Attention is currently required from: Won Chung.
Emilie Roberts has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81089?usp=email )
Change subject: drivers/intel/pmc_mux/conn: Copy ACPI _PLD property from USB port to mux ......................................................................
Patch Set 5:
(1 comment)
Patchset:
PS5: I just tested this on mithrax, there seems to be an ordering error. It indeed creates the /sys/class/typec/portX/usb-role-switch files, but they are swapped.
On mithrax: - the left-hand port is port0 on mithrax, this should be mapped to CON2-role-switch - he right-hand port is port1 on mithrax, this should be mapped to CON1-role-switch
With the patch: - /sys/class/typec/port0/usb-role-switch => CON1-role-switch - /sys/class/typec/port1/usb-role-swtich => CON2-role-switch
ie. they are reversed.