Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abe0e14b authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779: fixup DT machine name



r8a7779 is not sh73a0

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 349f556e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ static const char *r8a7779_compat_dt[] __initdata = {
	NULL,
};

DT_MACHINE_START(SH73A0_DT, "Generic R8A7779 (Flattened Device Tree)")
DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
	.map_io		= r8a7779_map_io,
	.init_early	= r8a7779_init_delay,
	.nr_irqs	= NR_IRQS_LEGACY,