We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628479a commit c132d8dCopy full SHA for c132d8d
sound/soc/fsl/fsl_xcvr.c
@@ -1827,7 +1827,7 @@ static const struct dev_pm_ops fsl_xcvr_pm_ops = {
1827
static struct platform_driver fsl_xcvr_driver = {
1828
.probe = fsl_xcvr_probe,
1829
.driver = {
1830
- .name = "fsl,imx8mp-audio-xcvr",
+ .name = "fsl-xcvr",
1831
.pm = pm_ptr(&fsl_xcvr_pm_ops),
1832
.of_match_table = fsl_xcvr_dt_ids,
1833
},
0 commit comments