Skip to content

Commit c132d8d

Browse files
TE-N-ShengjiuWangbroonie
authored andcommitted
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>
1 parent 628479a commit c132d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/fsl_xcvr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ static const struct dev_pm_ops fsl_xcvr_pm_ops = {
18271827
static struct platform_driver fsl_xcvr_driver = {
18281828
.probe = fsl_xcvr_probe,
18291829
.driver = {
1830-
.name = "fsl,imx8mp-audio-xcvr",
1830+
.name = "fsl-xcvr",
18311831
.pm = pm_ptr(&fsl_xcvr_pm_ops),
18321832
.of_match_table = fsl_xcvr_dt_ids,
18331833
},

0 commit comments

Comments
 (0)