Collect all phy devices in their own class and implement of_phy_simple_xlate(). Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- Sascha Hauer (3): phy: make of_phandle_args constant phy: put phy devices in class phy: add of_phy_simple_xlate() drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +- drivers/phy/phy-core.c | 34 ++++++++++++++++++++-- drivers/phy/phy-stm32-usbphyc.c | 2 +- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 2 +- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 2 +- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 2 +- drivers/phy/usb-nop-xceiv.c | 2 +- drivers/pinctrl/pinctrl-tegra-xusb.c | 2 +- drivers/usb/imx/imx-usb-phy.c | 2 +- include/linux/phy/phy.h | 7 +++-- 10 files changed, 44 insertions(+), 13 deletions(-) --- base-commit: e55e492573e33823f25935ee00fe7fa7bf2c5c90 change-id: 20241025-phy-class-8918df8448e1 Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>