From: Arnd Bergmann Date: Fri, 23 May 2014 21:46:50 +0000 (+0200) Subject: Merge tag 'sunxi-dt-for-3.16-2' of https://github.com/mripard/linux into for-next X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cce9e45cfcefb53d48fbb24fe4bbb7469cc1f272;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge tag 'sunxi-dt-for-3.16-2' of https://github.com/mripard/linux into for-next Merge "Allwinner DT changes for 3.16, take 2" from Maxime Ripard: - Introduction of a new board, the i12-tvbox - Enable the MMC and USB controllers on the Colombus - Add the enable-method to the A31 cpus - a few fixes * tag 'sunxi-dt-for-3.16-2' of https://github.com/mripard/linux: ARM: dts: sun7i: Add new i12-tvbox board ARM: dts: sun7i: cubietruck: set mmc3 bus-width property ARM: sun6i: Add MMC0 controller to the Colombus board ARM: sun6i: Fix OHCI2 node name ARM: sun6i: Enable USB Host support on the Colombus board ARM: sunxi: Add fixed 3V regulator ARM: sun6i: Define the A31 CPUs enable-method ARM: sunxi: dt: build DTs according to new MACH_SUNxI Kconfig symbols Signed-off-by: Arnd Bergmann Conflicts: arch/arm/boot/dts/Makefile --- cce9e45cfcefb53d48fbb24fe4bbb7469cc1f272 diff --cc arch/arm/boot/dts/Makefile index e095bd265111,e3668e65df64..5f55146a4bad --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@@ -336,13 -335,11 +336,13 @@@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300- spear320-evb.dtb \ spear320-hmi.dtb dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb -dtb-$(CONFIG_ARCH_STI)+= stih415-b2000.dtb \ - stih416-b2000.dtb \ +dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ + stih415-b2000.dtb \ stih415-b2020.dtb \ - stih416-b2020.dtb + stih416-b2000.dtb \ + stih416-b2020.dtb \ + stih416-b2020-revE.dtb - dtb-$(CONFIG_ARCH_SUNXI) += \ + dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-a1000.dtb \ sun4i-a10-cubieboard.dtb \ sun4i-a10-mini-xplus.dtb \