Skip to content

Commit

Permalink
Merge tag 'sunxi-fixes-for-3.8-rc2' of git://github.com/mripard/linux…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
olofj committed Dec 28, 2012
2 parents a49f0d1 + 43880f7 commit 2e37679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/multi_v7_defconfig
Expand Up @@ -6,6 +6,7 @@ CONFIG_MACH_ARMADA_370=y
CONFIG_MACH_ARMADA_XP=y CONFIG_MACH_ARMADA_XP=y
CONFIG_ARCH_HIGHBANK=y CONFIG_ARCH_HIGHBANK=y
CONFIG_ARCH_SOCFPGA=y CONFIG_ARCH_SOCFPGA=y
CONFIG_ARCH_SUNXI=y
# CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set # CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set
CONFIG_ARM_ERRATA_754322=y CONFIG_ARM_ERRATA_754322=y
CONFIG_SMP=y CONFIG_SMP=y
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-sunxi/sunxi.c
Expand Up @@ -80,8 +80,8 @@ static void __init sunxi_dt_init(void)
} }


static const char * const sunxi_board_dt_compat[] = { static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun4i", "allwinner,sun4i-a10",
"allwinner,sun5i", "allwinner,sun5i-a13",
NULL, NULL,
}; };


Expand Down

0 comments on commit 2e37679

Please sign in to comment.