From patchwork Wed Apr 15 13:33:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 461540 X-Patchwork-Delegate: monstr@monstr.eu 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 8F7CE14016A for ; Wed, 15 Apr 2015 23:34:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 49A43A7442; Wed, 15 Apr 2015 15:34:05 +0200 (CEST) X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 xrpc3-XB6WUc; Wed, 15 Apr 2015 15:34:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A70BBA7436; Wed, 15 Apr 2015 15:33:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CAE70A7457 for ; Wed, 15 Apr 2015 15:33:46 +0200 (CEST) X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 vcwn-80SKPTq for ; Wed, 15 Apr 2015 15:33:46 +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 mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by theia.denx.de (Postfix) with ESMTPS id 2F847A7483 for ; Wed, 15 Apr 2015 15:33:38 +0200 (CEST) Received: by wgsk9 with SMTP id k9so46953805wgs.3 for ; Wed, 15 Apr 2015 06:33:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references; bh=BiPgPR5AzYWhptm/0LkAVBi4HhNFBHgFZqzSc6ZDv8w=; b=ZLC1+r7XDJLuPtYFBqO2KQL3vbQyrp2wa/pSntjj4WLlxVDOi9Pr11+LS7ZED8tXtO oqwIHpbK0C6RdP8XgLfFnsav+XhmDdT84xGKPmshLfKuroE5XrlJJchVirt2zW+VbZtP 5Urs9sBYSXi7mOW3GAY9SIJQijay/EPL3hc8xwupgBTwTngq6RjiSguNjIbQrppBrCuD rKfd5bpIKaVRREQt1V3lARemtLbY9PRjMO3ioD+DfE0Ss6N6mKq9UPYwCz2hN2qEavoc hzspkfE5/Dn2T56mxKmrShmV3pZtgt/q1rfqnWYj85wN38vfAr6ULk66g98Zr9uIFbx+ rp1g== X-Gm-Message-State: ALoCoQl1k8wrfHtFXXEPigNBHV/CvWc25VYMX/7soxXNHIDZh7l/XhVJ2zJF02DrP2+kRKGVE2Jp X-Received: by 10.180.206.229 with SMTP id lr5mr33356280wic.86.1429104818450; Wed, 15 Apr 2015 06:33:38 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by mx.google.com with ESMTPSA id wo10sm6020600wjb.35.2015.04.15.06.33.37 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 15 Apr 2015 06:33:37 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Wed, 15 Apr 2015 15:33:24 +0200 Message-Id: X-Mailer: git-send-email 2.3.5 In-Reply-To: References: In-Reply-To: References: Cc: Tom Rini Subject: [U-Boot] [PATCH 6/6] zynqmp: Enable SDHCI0 options 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable SDHCI0 for zynqmp. Add empty gpio.h because of sdhci requirement. Signed-off-by: Michal Simek --- There will be gpio driver anyway that's why it should be fine to add empty file. --- arch/arm/include/asm/arch-zynqmp/gpio.h | 12 ++++++++++++ include/configs/xilinx_zynqmp.h | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 arch/arm/include/asm/arch-zynqmp/gpio.h diff --git a/arch/arm/include/asm/arch-zynqmp/gpio.h b/arch/arm/include/asm/arch-zynqmp/gpio.h new file mode 100644 index 000000000000..098bbde06f30 --- /dev/null +++ b/arch/arm/include/asm/arch-zynqmp/gpio.h @@ -0,0 +1,12 @@ +/* + * Copyright 2015 Xilinx, Inc. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ARCH_ZYNQMP_GPIO_H +#define __ARCH_ZYNQMP_GPIO_H + +/* Empty file - sdhci requires this. */ + +#endif diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 94b713bc2b19..6c608abfb9bb 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -61,6 +61,8 @@ #define CONFIG_SYS_BAUDRATE_TABLE \ { 4800, 9600, 19200, 38400, 57600, 115200 } +#define CONFIG_ZYNQ_SDHCI0 + /* Command line configuration */ #define CONFIG_CMD_ENV #define CONFIG_CMD_EXT2