Skip to content

Commit 43880f7

Browse files
committed
sunxi: Change the machine compatible string.
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>
1 parent 7712866 commit 43880f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/mach-sunxi/sunxi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ static void __init sunxi_dt_init(void)
8080
}
8181

8282
static const char * const sunxi_board_dt_compat[] = {
83-
"allwinner,sun4i",
84-
"allwinner,sun5i",
83+
"allwinner,sun4i-a10",
84+
"allwinner,sun5i-a13",
8585
NULL,
8686
};
8787

0 commit comments

Comments
 (0)