From patchwork Fri Sep 9 08:28:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9322667 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3F52760752 for ; Fri, 9 Sep 2016 08:31:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 326AB29CEC for ; Fri, 9 Sep 2016 08:31:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 274BA29CEF; Fri, 9 Sep 2016 08:31:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B80C829CEC for ; Fri, 9 Sep 2016 08:30:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1biHD1-0003C1-DB; Fri, 09 Sep 2016 08:30:51 +0000 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1biHBz-0001PU-CE for linux-amlogic@lists.infradead.org; Fri, 09 Sep 2016 08:29:49 +0000 Received: by mail-wm0-x236.google.com with SMTP id w12so19331866wmf.0 for ; Fri, 09 Sep 2016 01:29:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=2CYzKFaiJ+wqbIBN8nsNlsmX3Z/o3fpw1LZ6FqufOmE=; b=EczRxtqUMunfiJ1n32/XS82tiIb4/Fy9e3ojP4rsX77ikLicRV7XOG9yK3iZKPL1/a zldCu596fRrjRBm6bnXlbuGCp2KDPK5gzmRlQvidW0I2c/BKkEb2pUw3Sh1s/fzPYtJN SJn3YSICi6dk2jnREahcevSEMOEyZfXeWTdIaEPNd2oRJXOe+dB1RuV3yE5lx5769los 8RMEOihpelwDZc6yDLDf4ODxeU5uwEfYKkrzuvH/XmV9yaIy60sG1oCUKXFMoib6tqwK d5Voh/fgTVCGDevQ/mceceiv+4uH5cL6gv9aKIR3eF+3r0zpLyA/nBCCKYo1O1UkVHfH 0F4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2CYzKFaiJ+wqbIBN8nsNlsmX3Z/o3fpw1LZ6FqufOmE=; b=LzdtXU6xT7w1fLd2rkddjs4U5UUqytsXM0/DM0c1oi8ic2r4g+kJ0cyJfCsKkGJpty D2TfZeHtHgNX5lK4HsiYwA8LtoNFS3qWEU+sc68CAa1oOndSYYXQEUEvciraKdaTqk9Q 2xYpThiTZ8OM67AJCf9jjOLEyfz1hY9EAbr4QszZfJSJvVWWIoAJ2dg7Bf3WeGaua6yL PbOiUD1RinJxXcye9sLU5domsbaMGp4W7RXrxKTu02rWcJsRgNQTCNfwkvNqgINfhzH+ j2KAJ40scNfMn6iI1Rw58wSmydAoFeDEXjFmQzOYp/LvmMYDAv0cOM/k8Df4teU0dIqZ UgwQ== X-Gm-Message-State: AE9vXwMVIMkoDVSQdC1RbSwkqoam0tDo2DVoSeg2A1gnP0GCw970QY/9ZdcSEXEf92YiJ97Y X-Received: by 10.28.10.194 with SMTP id 185mr1596178wmk.53.1473409768472; Fri, 09 Sep 2016 01:29:28 -0700 (PDT) Received: from mogwai.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id r4sm2147809wme.21.2016.09.09.01.29.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Sep 2016 01:29:27 -0700 (PDT) From: Jerome Brunet To: Catalin Marinas , Will Deacon , Kevin Hilman , Carlo Caione Subject: [PATCH v2 3/4] ARM64: dts: amlogic: add spi nor pins Date: Fri, 9 Sep 2016 10:28:57 +0200 Message-Id: <1473409738-27175-4-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473409738-27175-1-git-send-email-jbrunet@baylibre.com> References: <1473409738-27175-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160909_012947_868352_93E82609 X-CRM114-Status: UNSURE ( 7.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Jerome Brunet --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 762f3681a49c..49e803e42e10 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -333,6 +333,16 @@ }; }; + nor_pins: nor { + mux { + groups = "nor_d", + "nor_q", + "nor_c", + "nor_cs"; + function = "nor"; + }; + }; + sdcard_pins: sdcard { mux { groups = "sdcard_d0",