diff options
Diffstat (limited to 'drivers/of/platform.c')
| -rw-r--r-- | drivers/of/platform.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index b7708a06dc78..389d4ea6bfc1 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -166,6 +166,8 @@ static struct platform_device *of_platform_device_create_pdata(  {  	struct platform_device *dev; +	pr_debug("create platform device: %pOF\n", np); +  	if (!of_device_is_available(np) ||  	    of_node_test_and_set_flag(np, OF_POPULATED))  		return NULL; @@ -510,9 +512,6 @@ static int __init of_platform_default_populate_init(void)  	device_links_supplier_sync_state_pause(); -	if (!of_have_populated_dt()) -		return -ENODEV; -  	if (IS_ENABLED(CONFIG_PPC)) {  		struct device_node *boot_display = NULL;  		struct platform_device *dev;  | 
