On Mon, Oct 21, 2024 at 11:48:03PM +0530, Vinod Koul wrote: > On 15-10-24, 19:10, Xu Yang wrote: > > > @@ -359,6 +587,8 @@ static const struct of_device_id imx8mq_usb_phy_of_match[] = { > > .data = &imx8mq_usb_phy_ops,}, > > {.compatible = "fsl,imx8mp-usb-phy", > > .data = &imx8mp_usb_phy_ops,}, > > + {.compatible = "fsl,imx95-usb-phy", > > + .data = &imx8mp_usb_phy_ops,}, > > Where is fsl,imx95-usb-phy documented? fsl,imx95-usb-phy already in kernel tree. This patch just add new tca function for it. commit 814ab2641a22c0febf425d0a19c9cd4df00ba4bc Author: Xu Yang <xu.yang_2@xxxxxxx> Date: Wed Sep 11 14:17:16 2024 +0800 dt-bindings: phy: imx8mq-usb: add compatible "fsl,imx95-usb-phy" The usb phy in i.MX95 is compatible with i.MX8MP's, this will add a compatible "fsl,imx95-usb-phy" for i.MX95. Also change reg maxItems to 2 since i.MX95 needs another regmap to control Type-C Assist (TCA) block. Since i.MX95 usb phy is able to switch SS lanes, this will also add orientation-switch and port property to the file. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx> Link: https://lore.kernel.org/r/20240911061720.495606-1-xu.yang_2@xxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Frank > > -- > ~Vinod