Commit 5ebb4e84 authored by Simon Horman's avatar Simon Horman

ARM: shmobile: armadillo800eva-reference: Do not use r8a7740_add_standard_devices_dt()

Now that r8a7740_add_standard_devices_dt() is just a wrapper for
of_platform_populate() call the latter directly.

This is in preparation for removing r8a7740_add_standard_devices_dt().
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 1145eaab
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/of_platform.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/hardware/cache-l2x0.h> #include <asm/hardware/cache-l2x0.h>
...@@ -170,7 +171,7 @@ static void __init eva_init(void) ...@@ -170,7 +171,7 @@ static void __init eva_init(void)
l2x0_init(IOMEM(0xf0002000), 0x00400000, 0xc20f0fff); l2x0_init(IOMEM(0xf0002000), 0x00400000, 0xc20f0fff);
#endif #endif
r8a7740_add_standard_devices_dt(); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
r8a7740_pm_init(); r8a7740_pm_init();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment