Skip to content

Commit

Permalink
sunxi: Change the machine compatible string.
Browse files Browse the repository at this point in the history
Commit 68136b1 ("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 <maxime.ripard@free-electrons.com>
  • Loading branch information
Maxime Ripard committed Dec 23, 2012
1 parent 7712866 commit 43880f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-sunxi/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 43880f7

Please sign in to comment.