Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f78c3d6 authored by Jyri Sarha's avatar Jyri Sarha
Browse files

drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"



Rename the bundled tilcdc_panel driver from just "panel" to
"tilcdc-panel" to avoid noisy error messages from the driver trying to
probe all device nodes named "panel".

Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
Reviewed-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 544f7377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ struct platform_driver panel_driver = {
	.remove = panel_remove,
	.driver = {
		.owner = THIS_MODULE,
		.name = "panel",
		.name = "tilcdc-panel",
		.of_match_table = panel_of_match,
	},
};