From patchwork Mon Aug 17 13:30:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 507971 X-Patchwork-Delegate: jagannadh.teki@gmail.com 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 A87731402B6 for ; Mon, 17 Aug 2015 23:31:36 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D04924B8C8; Mon, 17 Aug 2015 15:31:18 +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 Ue7QTtn2ILDo; Mon, 17 Aug 2015 15:31:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 407094B913; Mon, 17 Aug 2015 15:31:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 61F404B91B for ; Mon, 17 Aug 2015 15:30:56 +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 ZzKuTfZQ_th2 for ; Mon, 17 Aug 2015 15:30:56 +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-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by theia.denx.de (Postfix) with ESMTPS id 3974F4B91D for ; Mon, 17 Aug 2015 15:30:51 +0200 (CEST) Received: by pabyb7 with SMTP id yb7so108907780pab.0 for ; Mon, 17 Aug 2015 06:30:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=x1LRFLf+hulC5YKgpqnc9ZCceKga5nQyXnAS3J0GKs4=; b=Dq5DJKubbz9lQw9HSsvGceOpqkBwvaE931UgVbkxZlRcBsGIUGOxBtlpEWNg7XrDgv I7nvPC+lbaAzE0pGMz2ix4oSb0VZRk4e2J3baa9UWCj+9S/M3jaJByCCPnNuY3qRGsSB DCh4F9RXDnC1F/pN5s8LxlBO/vyG5w0mhKZbtCD4dVWIJtwG/mY7BVo4H6ohOxbAJRSN +8u2evTSi4x1MZNukzw9g5KompS9hokGoCH3ivvpUbNm5ECnjVtorAzdgBI6w3WSx8y1 FszziSZBkEr7HviqcRqxrxd7L5Ix4TGJUDEW3nucaIwXe3Fi6lN4a97SN02XmYl/O0gu q0ZQ== X-Received: by 10.68.190.10 with SMTP id gm10mr2717501pbc.5.1439818250309; Mon, 17 Aug 2015 06:30:50 -0700 (PDT) Received: from Jubuntu.amcc.com ([182.73.239.130]) by smtp.gmail.com with ESMTPSA id d5sm14752034pdn.74.2015.08.17.06.30.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 17 Aug 2015 06:30:49 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Mon, 17 Aug 2015 19:00:08 +0530 Message-Id: <1439818219-25617-6-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1439818219-25617-1-git-send-email-jteki@openedev.com> References: <1439818219-25617-1-git-send-email-jteki@openedev.com> Cc: Jagan Teki , Michal Simek , Siva Durga Prasad Paladugu Subject: [U-Boot] [PATCH v3 05/16] dts: zc702: Enable zynq qspi controller node 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" Enabled zynq qspi controller node for zc702 board. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- arch/arm/dts/zynq-zc702.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/zynq-zc702.dts b/arch/arm/dts/zynq-zc702.dts index 6691a8d..4d86960 100644 --- a/arch/arm/dts/zynq-zc702.dts +++ b/arch/arm/dts/zynq-zc702.dts @@ -17,6 +17,7 @@ ethernet0 = &gem0; i2c0 = &i2c0; serial0 = &uart1; + spi0 = &qspi; }; memory { @@ -380,6 +381,10 @@ pinctrl-0 = <&pinctrl_uart1_default>; }; +&qspi { + status = "okay"; +}; + &usb0 { status = "okay"; dr_mode = "host";