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 7e08baf commit 0bb8f49Copy full SHA for 0bb8f49
drivers/of/platform.c
@@ -552,7 +552,7 @@ static int __init of_platform_default_populate_init(void)
552
if (!of_get_property(node, "linux,opened", NULL) ||
553
!of_get_property(node, "linux,boot-display", NULL))
554
continue;
555
- dev = of_platform_device_create(node, "of-display.0", NULL);
+ dev = of_platform_device_create(node, "of-display", NULL);
556
of_node_put(node);
557
if (WARN_ON(!dev))
558
return -ENOMEM;
0 commit comments