Skip to content

Commit 2e37679

Browse files
committed
Merge tag 'sunxi-fixes-for-3.8-rc2' of git://github.com/mripard/linux into fixes
From Maxime Ripard: Fixes for the sunxi core to be merged in 3.8-rc2 * tag 'sunxi-fixes-for-3.8-rc2' of git://github.com/mripard/linux: sunxi: Change the machine compatible string. ARM: multi_v7_defconfig: Add ARCH_SUNXI
2 parents a49f0d1 + 43880f7 commit 2e37679

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CONFIG_MACH_ARMADA_370=y
66
CONFIG_MACH_ARMADA_XP=y
77
CONFIG_ARCH_HIGHBANK=y
88
CONFIG_ARCH_SOCFPGA=y
9+
CONFIG_ARCH_SUNXI=y
910
# CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set
1011
CONFIG_ARM_ERRATA_754322=y
1112
CONFIG_SMP=y

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)