From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: [PATCH] msm: 8660: Add FLUID support Date: Wed, 18 May 2011 18:25:57 -0700 Message-ID: <1305768357-25394-1-git-send-email-sboyd@codeaurora.org> Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:1716 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753210Ab1ESBZ7 (ORCPT ); Wed, 18 May 2011 21:25:59 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Brown , Daniel Walker Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org The machine descriptor for FLUID was missing. Adding it allows us to boot FLUID devices since the basic support for 8660 is the same. Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/board-msm8x60.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index 98c47ce..35ed594 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c @@ -98,3 +98,10 @@ MACHINE_START(MSM8X60_FFA, "QCT MSM8X60 FFA") .init_machine = msm8x60_init, .timer = &msm_timer, MACHINE_END + +MACHINE_START(MSM8X60_FLUID, "QCT MSM8X60 FLUID") + .map_io = msm8x60_map_io, + .init_irq = msm8x60_init_irq, + .init_machine = msm8x60_init, + .timer = &msm_timer, +MACHINE_END -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.