Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'fixes-for-v3.18-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes

Merge "Two omap fixes for v3.18 merge window" from Tony Lindgren:

Two omap fixes for issues noticed during the merge window:

- We need to enable ARM errata 430973 for omap3

- The smc91x on some early n900 boards need to be disabled
for now until the dependencies to specific a bootloader
version are fixed

* tag 'fixes-for-v3.18-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: Disable smc91x on n900 until bootloader dependency is removed
ARM: omap2plus_defconfig: Enable ARM erratum 430973 for omap3

Signed-off-by: Olof Johansson <olof@lixom.net>

+4
+3
arch/arm/boot/dts/omap3-n900.dts
··· 659 659 660 660 ethernet@gpmc { 661 661 compatible = "smsc,lan91c94"; 662 + 663 + status = "disabled"; 664 + 662 665 interrupt-parent = <&gpio2>; 663 666 interrupts = <22 IRQ_TYPE_LEVEL_HIGH>; /* gpio54 */ 664 667 reg = <1 0x300 0xf>; /* 16 byte IO range at offset 0x300 */
+1
arch/arm/configs/omap2plus_defconfig
··· 51 51 CONFIG_SOC_DRA7XX=y 52 52 CONFIG_ARM_THUMBEE=y 53 53 CONFIG_ARM_ERRATA_411920=y 54 + CONFIG_ARM_ERRATA_430973=y 54 55 CONFIG_SMP=y 55 56 CONFIG_NR_CPUS=2 56 57 CONFIG_CMA=y