ARM: shmobile: r7s72100 Genmai Multiplatform
Add r7s72100 Genmai to SHMOBILE_MULTI. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
c4e337fc0c
commit
7d91c46912
@@ -234,6 +234,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += emev2-kzm9d.dtb \
|
|||||||
r8a73a4-ape6evm-reference.dtb \
|
r8a73a4-ape6evm-reference.dtb \
|
||||||
sh7372-mackerel.dtb
|
sh7372-mackerel.dtb
|
||||||
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
|
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
|
||||||
|
r7s72100-genmai-reference.dtb \
|
||||||
r8a7791-koelsch-reference.dtb
|
r8a7791-koelsch-reference.dtb
|
||||||
dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
|
dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
|
||||||
socfpga_cyclone5_socdk.dtb \
|
socfpga_cyclone5_socdk.dtb \
|
||||||
|
|||||||
@@ -24,12 +24,19 @@ comment "SH-Mobile System Type"
|
|||||||
config ARCH_EMEV2
|
config ARCH_EMEV2
|
||||||
bool "Emma Mobile EV2"
|
bool "Emma Mobile EV2"
|
||||||
|
|
||||||
|
config ARCH_R7S72100
|
||||||
|
bool "RZ/A1H (R7S72100)"
|
||||||
|
|
||||||
config ARCH_R8A7791
|
config ARCH_R8A7791
|
||||||
bool "R-Car M2 (R8A77910)"
|
bool "R-Car M2 (R8A77910)"
|
||||||
select RENESAS_IRQC
|
select RENESAS_IRQC
|
||||||
|
|
||||||
comment "SH-Mobile Board Type"
|
comment "SH-Mobile Board Type"
|
||||||
|
|
||||||
|
config MACH_GENMAI
|
||||||
|
bool "Genmai board"
|
||||||
|
depends on ARCH_R7S72100
|
||||||
|
|
||||||
config MACH_KOELSCH
|
config MACH_KOELSCH
|
||||||
bool "Koelsch board"
|
bool "Koelsch board"
|
||||||
depends on ARCH_R8A7791
|
depends on ARCH_R8A7791
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ obj-$(CONFIG_ARCH_R8A7779) += pm-r8a7779.o
|
|||||||
|
|
||||||
# Board objects
|
# Board objects
|
||||||
ifdef CONFIG_ARCH_SHMOBILE_MULTI
|
ifdef CONFIG_ARCH_SHMOBILE_MULTI
|
||||||
|
obj-$(CONFIG_MACH_GENMAI) += board-genmai-reference.o
|
||||||
obj-$(CONFIG_MACH_KOELSCH) += board-koelsch-reference.o
|
obj-$(CONFIG_MACH_KOELSCH) += board-koelsch-reference.o
|
||||||
obj-$(CONFIG_MACH_KZM9D) += board-kzm9d-reference.o
|
obj-$(CONFIG_MACH_KZM9D) += board-kzm9d-reference.o
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/clk-provider.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/of_platform.h>
|
#include <linux/of_platform.h>
|
||||||
#include <mach/common.h>
|
#include <mach/common.h>
|
||||||
@@ -27,7 +28,11 @@
|
|||||||
|
|
||||||
static void __init genmai_add_standard_devices(void)
|
static void __init genmai_add_standard_devices(void)
|
||||||
{
|
{
|
||||||
|
#ifdef CONFIG_COMMON_CLK
|
||||||
|
of_clk_init(NULL);
|
||||||
|
#else
|
||||||
r7s72100_clock_init();
|
r7s72100_clock_init();
|
||||||
|
#endif
|
||||||
r7s72100_add_dt_devices();
|
r7s72100_add_dt_devices();
|
||||||
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user