On Wed, 26 Nov 2025 15:01:33 +0100, Franz Schnyder wrote:
Currently, the PHY only registers the typec orientation switch when it is built in. If the typec driver is built as a module, the switch registration is skipped due to the preprocessor condition, causing orientation detection to fail.
With commit 45fe729be9a6 ("usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n") the preprocessor condition is not needed anymore and the orientation switch is correctly registered for both built-in and module builds.
[...]
Applied, thanks!
[1/1] phy: fsl-imx8mq-usb: fix typec orientation switch when built as module commit: 49ccab4bedd4779899246107dc19fb01c5b6fea3
Best regards,