From patchwork Tue Feb 15 08:45:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 558201 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1F8kfjA028807 for ; Tue, 15 Feb 2011 08:46:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001Ab1BOIqk (ORCPT ); Tue, 15 Feb 2011 03:46:40 -0500 Received: from na3sys009aog111.obsmtp.com ([74.125.149.205]:53281 "EHLO na3sys009aog111.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559Ab1BOIqk (ORCPT ); Tue, 15 Feb 2011 03:46:40 -0500 Received: from source ([209.85.218.52]) (using TLSv1) by na3sys009aob111.postini.com ([74.125.148.12]) with SMTP ID DSNKTVo9bxXgz/R4Tcb05fKkfINrzgj9ccny@postini.com; Tue, 15 Feb 2011 00:46:39 PST Received: by mail-yi0-f52.google.com with SMTP id 30so3885161yie.25 for ; Tue, 15 Feb 2011 00:46:39 -0800 (PST) Received: by 10.151.102.13 with SMTP id e13mr5687396ybm.127.1297759599307; Tue, 15 Feb 2011 00:46:39 -0800 (PST) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id v4sm2174840ybe.17.2011.02.15.00.46.37 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Feb 2011 00:46:38 -0800 (PST) From: Felipe Balbi To: Tony Lindgren Cc: Linux OMAP Mailing List , Felipe Balbi Subject: [PATCH 05/15] arm: omap: cbus: add IDs for Retu and Tahvo Date: Tue, 15 Feb 2011 10:45:52 +0200 Message-Id: <1297759562-25682-6-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.4.rc2 In-Reply-To: <1297759562-25682-1-git-send-email-balbi@ti.com> References: <1297759562-25682-1-git-send-email-balbi@ti.com> Organization: Texas Instruments\n Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 15 Feb 2011 08:46:41 +0000 (UTC) diff --git a/arch/arm/plat-omap/include/plat/cbus.h b/arch/arm/plat-omap/include/plat/cbus.h index 1f0e8be..e7ace57 100644 --- a/arch/arm/plat-omap/include/plat/cbus.h +++ b/arch/arm/plat-omap/include/plat/cbus.h @@ -22,6 +22,9 @@ #ifndef __PLAT_CBUS_H #define __PLAT_CBUS_H +#define CBUS_RETU_DEVICE_ID 0x01 +#define CBUS_TAHVO_DEVICE_ID 0x02 + struct cbus_host_platform_data { int dat_gpio; int clk_gpio;