提交 43880f70 编写于 作者: M Maxime Ripard

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: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 7712866f
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册