From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH] cbus: Fix lines for Nokia 770 Date: Wed, 22 Feb 2012 14:09:37 -0800 Message-ID: <20120222220937.GM18185@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:62324 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755399Ab2BVWJj (ORCPT ); Wed, 22 Feb 2012 17:09:39 -0500 Content-Disposition: inline Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: Felipe Balbi >>From 54c4785b8d274f8d282b4243945ae0b17edf4686 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 22 Feb 2012 13:03:07 -0800 Subject: [PATCH] cbus: Fix lines for Nokia 770 This makes retu and tahvo work again on Nokia 770 so it stays running. Signed-off-by: Tony Lindgren --- I applied this into cbus branch as it seems to fix retu watchdog for Nokia 770. --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c @@ -87,9 +87,9 @@ static struct platform_device nokia770_kp_device = { #if defined(CONFIG_CBUS) || defined(CONFIG_CBUS_MODULE) static struct cbus_host_platform_data nokia770_cbus_data = { - .clk_gpio = OMAP_MPUIO(11), + .clk_gpio = OMAP_MPUIO(9), .dat_gpio = OMAP_MPUIO(10), - .sel_gpio = OMAP_MPUIO(9), + .sel_gpio = OMAP_MPUIO(11), }; static struct platform_device nokia770_cbus_device = {