From: Maxime Ripard Date: Tue, 18 Dec 2012 14:17:12 +0000 (+0100) Subject: sunxi: Change the machine compatible string. X-Git-Tag: upstream/snapshot3+hdmi~5820^2~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43880f709dc59840849e31b01735ac587195ef8a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sunxi: Change the machine compatible string. Commit 68136b10 ("ARM: sunxi: Change device tree naming scheme for sunxi") changed the naming scheme and the compatible strings used in the device trees related to the sunXi platform, but forgot to change the compatible string in the DT machine definition. This prevents the kernel from booting on these boards. Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index 9be910f..1dc8a92 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -80,8 +80,8 @@ static void __init sunxi_dt_init(void) } static const char * const sunxi_board_dt_compat[] = { - "allwinner,sun4i", - "allwinner,sun5i", + "allwinner,sun4i-a10", + "allwinner,sun5i-a13", NULL, };