phy: rockchip: typec: Fix improper use of UCLASS_PHY
authorJonas Karlman <jonas@kwiboo.se>
Mon, 21 Jul 2025 22:07:16 +0000 (22:07 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 30 Aug 2025 16:48:15 +0000 (00:48 +0800)
commitfca01a8792e6ed48a00e08124d55f4f74e47b11d
tree6e66e27ac548fab498102e39af647d76bdf5e7c0
parentc8e6a7131d58511129cdec16f269600b51f0a45a
phy: rockchip: typec: Fix improper use of UCLASS_PHY

The Rockchip TypeC glue driver improperly present itself as a UCLASS_PHY
driver, without ever implementing the required phy_ops.

This is something that in special circumstances can lead to a NULL
pointer dereference followed by a SError crash.

Change the glue driver to use UCLASS_NOP to fix this.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/phy/rockchip/phy-rockchip-typec.c