diff options
author | 2025-05-16 16:03:34 +0800 | |
---|---|---|
committer | 2025-05-16 13:18:16 +0200 | |
commit | c132d8d5ddfdc1f91fb1d0feee84912daa357f0d (patch) | |
tree | 3a8a0e9a93f272ffe33f75ae4e5d20a520c524f6 /sound | |
parent | ASoC: soc-utils: Check string pointer validity in snd_soc_dlc_is_dummy() (diff) | |
download | linux-rng-c132d8d5ddfdc1f91fb1d0feee84912daa357f0d.tar.xz linux-rng-c132d8d5ddfdc1f91fb1d0feee84912daa357f0d.zip |
ASoC: fsl_xcvr: update platform driver name
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.wang@nxp.com>
Link: https://patch.msgid.link/20250516080334.3272878-1-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/fsl_xcvr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |