ARM: shmobile: Let Genmai multiplatform boot with Genmai DTB
Let the multiplatform Genmai support boot with the unified DTS. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
2606f47be5
commit
23f679fa6d
|
@ -320,7 +320,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 \
|
r7s72100-genmai.dtb \
|
||||||
r8a7791-koelsch.dtb \
|
r8a7791-koelsch.dtb \
|
||||||
r8a7790-lager.dtb
|
r8a7790-lager.dtb
|
||||||
dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
|
dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
|
||||||
|
|
|
@ -42,7 +42,7 @@ static void __init genmai_add_standard_devices(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char * const genmai_boards_compat_dt[] __initconst = {
|
static const char * const genmai_boards_compat_dt[] __initconst = {
|
||||||
"renesas,genmai-reference",
|
"renesas,genmai",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue