From patchwork Thu Jun 21 09:03:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 932641 X-Patchwork-Delegate: sr@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=tkos.co.il Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41BG3p2nKgz9s01 for ; Thu, 21 Jun 2018 19:04:38 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 1937FC21FFD; Thu, 21 Jun 2018 09:04:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 57083C21F2B; Thu, 21 Jun 2018 09:04:31 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7C715C21D56; Thu, 21 Jun 2018 09:04:30 +0000 (UTC) Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by lists.denx.de (Postfix) with ESMTPS id 7C0E4C21F2B for ; Thu, 21 Jun 2018 09:04:28 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 91C9944004B; Thu, 21 Jun 2018 12:04:26 +0300 (IDT) From: Baruch Siach To: Stefan Roese Date: Thu, 21 Jun 2018 12:03:56 +0300 Message-Id: <380f0990caf53de80a38053de690b1f8777941e8.1529571836.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.17.1 Cc: u-boot@lists.denx.de, Baruch Siach Subject: [U-Boot] [PATCH] arm: mvebu: clearfog: add u-boot, dm-spl tag for spi X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" From: Jon Nettleton This is required so SPL and u-boot can boot from spi flash devices that use the dm drivers. Signed-off-by: Jon Nettleton Signed-off-by: Baruch Siach --- arch/arm/dts/armada-388-clearfog.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-388-clearfog.dts b/arch/arm/dts/armada-388-clearfog.dts index a0b566a5ae0e..b219441d84be 100644 --- a/arch/arm/dts/armada-388-clearfog.dts +++ b/arch/arm/dts/armada-388-clearfog.dts @@ -342,6 +342,7 @@ pinctrl-0 = <&spi1_pins &clearfog_spi1_cs_pins &mikro_spi_pins>; pinctrl-names = "default"; status = "okay"; + u-boot,dm-spl; spi-flash@0 { #address-cells = <1>; @@ -349,6 +350,7 @@ compatible = "w25q32", "jedec,spi-nor", "spi-flash"; reg = <0>; /* Chip select 0 */ spi-max-frequency = <3000000>; + u-boot,dm-spl; }; };