Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754569Ab3CaKKA (ORCPT ); Sun, 31 Mar 2013 06:10:00 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:64403 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935Ab3CaKJ7 (ORCPT ); Sun, 31 Mar 2013 06:09:59 -0400 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Joni Lapilainen , =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH] RX-51: Fix probe order of SPI devices Date: Sun, 31 Mar 2013 12:09:21 +0200 Message-Id: <1364724561-18045-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 32 From: Joni Lapilainen Without this patch LCD panel on Nokia RX-51 is still black Signed-off-by: Joni Lapilainen Signed-off-by: Pali Rohár --- arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index b09b5da..03290b9 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -91,8 +91,8 @@ /* list all spi devices here */ enum { RX51_SPI_WL1251, - RX51_SPI_MIPID, /* LCD panel */ RX51_SPI_TSC2005, /* Touch Controller */ + RX51_SPI_MIPID, /* LCD panel */ }; static struct wl12xx_platform_data wl1251_pdata; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/