From patchwork Mon Jun 1 13:07:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bhuvanchandra DV X-Patchwork-Id: 479023 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 4E1E614016A for ; Mon, 1 Jun 2015 23:09:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 15F9D4B788; Mon, 1 Jun 2015 15:09:26 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s9lHE-UWtqFk; Mon, 1 Jun 2015 15:09:25 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 748B24B7A9; Mon, 1 Jun 2015 15:09:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB5424B7AA for ; Mon, 1 Jun 2015 15:09:12 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Hw-nWIVtGGf9 for ; Mon, 1 Jun 2015 15:09:12 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0126.outbound.protection.outlook.com [157.55.234.126]) by theia.denx.de (Postfix) with ESMTPS id 413194B78D for ; Mon, 1 Jun 2015 15:09:00 +0200 (CEST) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=bhuvanchandra.dv@toradex.com; Received: from tdx.toradex.int (115.115.225.206) by DB3PR05MB268.eurprd05.prod.outlook.com (10.141.4.27) with Microsoft SMTP Server (TLS) id 15.1.172.22; Mon, 1 Jun 2015 13:08:50 +0000 From: Bhuvanchandra DV To: , Date: Mon, 1 Jun 2015 18:37:22 +0530 Message-ID: <1433164045-9987-9-git-send-email-bhuvanchandra.dv@toradex.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1433164045-9987-1-git-send-email-bhuvanchandra.dv@toradex.com> References: <1433164045-9987-1-git-send-email-bhuvanchandra.dv@toradex.com> MIME-Version: 1.0 X-Originating-IP: [115.115.225.206] X-ClientProxiedBy: HKNPR06CA0035.apcprd06.prod.outlook.com (10.141.16.25) To DB3PR05MB268.eurprd05.prod.outlook.com (10.141.4.27) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB3PR05MB268; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(520003)(5005006)(3002001); SRVR:DB3PR05MB268; BCL:0; PCL:0; RULEID:; SRVR:DB3PR05MB268; X-Forefront-PRVS: 05947791E4 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(189002)(199003)(40100003)(87976001)(50986999)(50226001)(48376002)(76176999)(53416004)(122386002)(107886002)(66066001)(86362001)(101416001)(64706001)(105586002)(19580405001)(47776003)(33646002)(5001830100001)(2950100001)(229853001)(68736005)(69596002)(62966003)(36756003)(92566002)(50466002)(5001770100001)(77156002)(97736004)(19580395003)(77096005)(46102003)(42186005)(4001540100001)(5001860100001)(189998001)(5001960100002)(81156007)(106356001)(4001430100001); DIR:OUT; SFP:1102; SCL:1; SRVR:DB3PR05MB268; H:tdx.toradex.int; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Received-SPF: None (protection.outlook.com: toradex.com does not designate permitted sender hosts) X-OriginatorOrg: toradex.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 01 Jun 2015 13:08:50.6998 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB3PR05MB268 Cc: marex@denx.de, trini@konsulko.com, Bhuvanchandra DV , marcel@ziswiler.com Subject: [U-Boot] [PATCH V3 08/11] colibri-vf: Enable SPI support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Bhuvanchandra DV Acked-by: Stefan Agner --- include/configs/colibri_vf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 195102b..56e6d97 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -272,4 +272,11 @@ #define CONFIG_USB_GADGET_MASS_STORAGE #define CONFIG_CMD_USB_MASS_STORAGE +/* Enable SPI support */ +#ifdef CONFIG_OF_CONTROL +#define CONFIG_DM_SPI +#define CONFIG_CMD_SPI +#define CONFIG_FSL_DSPI +#endif + #endif /* __CONFIG_H */