From patchwork Mon Sep 28 21:02:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Michal_Such=C3=A1nek?= X-Patchwork-Id: 1372895 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C0ZjH3h5nz9sSf for ; Tue, 29 Sep 2020 07:02:41 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BE07282259; Mon, 28 Sep 2020 23:02:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 67FF182259; Mon, 28 Sep 2020 23:02:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_00, FSL_HELO_NON_FQDN_1, HELO_LOCALHOST,KHOP_HELO_FCRDNS,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from localhost (52-75-239-109.cust.centrio.cz [109.239.75.52]) by phobos.denx.de (Postfix) with ESMTP id F2DE2821F8 for ; Mon, 28 Sep 2020 23:02:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=hramrach@localhost Received: by localhost (Postfix, from userid 1000) id 52FABCE154; Mon, 28 Sep 2020 23:02:19 +0200 (CEST) From: Michal Suchanek To: u-boot@lists.denx.de Cc: Michal Suchanek , Icenowy Zheng , Jagan Teki , Chen-Yu Tsai Subject: [PATCH 2/3] sunxi: dts: OrangePi Zero: Enable SPI flash. Date: Mon, 28 Sep 2020 23:02:01 +0200 Message-Id: <382888c39b3ad7c53ac94592eba2e1edb7eb5bd3.1601326861.git.msuchanek@suse.de> X-Mailer: git-send-email 2.28.0 In-Reply-To: <5fd747516dbc54c8ab1619beb76bf4b4f5656cfe.1601326861.git.msuchanek@suse.de> References: <5fd747516dbc54c8ab1619beb76bf4b4f5656cfe.1601326861.git.msuchanek@suse.de> MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean This flash is optional but new boards do have it, and on boards that don't the pins are routed to the flash pads anyway. Signed-off-by: Michal Suchanek --- arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts index 090570148e..dc3d006010 100644 --- a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts +++ b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts @@ -165,8 +165,8 @@ }; &spi0 { - /* Disable SPI NOR by default: it optional on Orange Pi Zero boards */ - status = "disabled"; + /* Enable SPI NOR by default: it optional on Orange Pi Zero boards */ + status = "okay"; flash@0 { #address-cells = <1>;