dect
/
linux-2.6
Archived
13
0
Fork 0

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 <maxime.ripard@free-electrons.com>
This commit is contained in:
Maxime Ripard 2012-12-18 15:17:12 +01:00
parent 7712866ff6
commit 43880f709d
1 changed files with 2 additions and 2 deletions

View File

@ -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,
};