XCVR driver is not only used for i.MX8MP platform, so update driver name
to make it more generic.

Signed-off-by: Shengjiu Wang <shengjiu.w...@nxp.com>
---
 sound/soc/fsl/fsl_xcvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index 83aea341c1b6..e3111dd80be4 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -1827,7 +1827,7 @@ static const struct dev_pm_ops fsl_xcvr_pm_ops = {
 static struct platform_driver fsl_xcvr_driver = {
        .probe = fsl_xcvr_probe,
        .driver = {
-               .name = "fsl,imx8mp-audio-xcvr",
+               .name = "fsl-xcvr",
                .pm = pm_ptr(&fsl_xcvr_pm_ops),
                .of_match_table = fsl_xcvr_dt_ids,
        },
-- 
2.34.1


Reply via email to