From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.phytec.de ([217.6.246.34] helo=root.phytec.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XPtmR-0002B1-0m for barebox@lists.infradead.org; Fri, 05 Sep 2014 13:42:24 +0000 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 84AF1A003E6 for ; Fri, 5 Sep 2014 15:42:03 +0200 (CEST) From: Christian Hemp Date: Fri, 5 Sep 2014 15:41:52 +0200 Message-Id: <1409924512-20295-1-git-send-email-c.hemp@phytec.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] dts:imx6:pfla02: Fix SPI NOR for phyFLEX-i.MX6 To: barebox@lists.infradead.org Add chip-select property to pfla02 devicetree. Signed-off-by: Christian Hemp --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index 277573d..a981fd4 100644 --- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi @@ -19,6 +19,7 @@ flash: m25p80@0 { compatible = "m25p80"; spi-max-frequency = <20000000>; + reg = <0>; }; }; -- 1.7.0.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox