From patchwork Wed Sep 7 15:13:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9319499 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 B8C3F60752 for ; Wed, 7 Sep 2016 15:20:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B3A24293B7 for ; Wed, 7 Sep 2016 15:20:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A8049293DA; Wed, 7 Sep 2016 15:20:28 +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 750BE293B7 for ; Wed, 7 Sep 2016 15:20:27 +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 1bheb0-0001LP-T8; Wed, 07 Sep 2016 15:17:02 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bheZI-00070e-Tk for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2016 15:15:18 +0000 Received: by mail-wm0-x234.google.com with SMTP id i204so91792884wma.0 for ; Wed, 07 Sep 2016 08:14:56 -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=jI4GTWduFaPUfCZsKLkwwOVrGxcX+pr9tdnB0Nq64cQ=; b=EKN/ouxiwJFbNSxN0+HPF48NPLcPLPQNNhuMhEPOvs7pCXJa7kAQU8PAgbLWcswcWC /sRTDAZJoBFYwkOMu9+r1ZfiJ1PCWyJcLfmOdt3nRRNTnUt4mYdVYhlo6b3dkSr2R0d+ 9RVqJ2yb0/7Mm30O3bRiNayGCkp6EsT5oiTYqqObehcTN7XYhdr2Kt10F/l3s05PsAN1 9kbTzgxueERT01uuP/llj1rcOkzcmfJ9tlq5GYzjC1z/90xJH/N88OHPikMJePjKQHdH 86Q5oTmAptamXSwFxqibihWEpy5urEyu1NKwox/K6O5uzJDIgnjJukE7h8/ZfBhVUftR Inxg== 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=jI4GTWduFaPUfCZsKLkwwOVrGxcX+pr9tdnB0Nq64cQ=; b=NAEdnZE0yq3AmBYIzaJ3F5YruwOU6Td30CJ9vGzzPI3FzUxrLQ5Q814xWIK61rhBWK 8/3+XNGv9XLERcsjF4B4yUGGcryonomE9MDN5leY23OmIU7I2BYI20IwXc4fxUKeO8n8 21tt5bVS8Pz9hGJJ75KfRo8cf38OsiYJBmqncn6mzykykXgiBPgAtn/8KyRpZaq3JkLR wA9s3hnI78nqPn6ifxznrCQz9PLYoL3vad+2pTYl7AkDT1eiGuObVgQ4CEsuTX4YUbL6 rnbbb3YxHfbBeqifYlHlaCVILyUxA5hvZ/lLbbIKqhuNLkiPZmrAHCvWwfTDhozTGfQo oyHg== X-Gm-Message-State: AE9vXwOl0iVSIJmNPSOU8L42tRwPCDC4WDBO0Fa1Y3FpD3V+vT7BCVUkHJn0F/IVPAV2YuIT X-Received: by 10.28.127.209 with SMTP id a200mr4596050wmd.99.1473261294960; Wed, 07 Sep 2016 08:14:54 -0700 (PDT) Received: from mogwai.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id d8sm4825250wmi.0.2016.09.07.08.14.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Sep 2016 08:14:54 -0700 (PDT) From: Jerome Brunet To: Catalin Marinas , Will Deacon , Kevin Hilman , Carlo Caione Subject: [PATCH 6/7] ARM64: dts: amlogic: add pins for spifc Date: Wed, 7 Sep 2016 17:13:42 +0200 Message-Id: <1473261223-15412-7-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473261223-15412-1-git-send-email-jbrunet@baylibre.com> References: <1473261223-15412-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160907_081517_316892_AE66CF39 X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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 762f368..b35fc94 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -333,6 +333,16 @@ }; }; + spifc_pins: spifc { + mux { + groups = "spifc_d", + "spifc_q", + "spifc_c", + "spifc_cs"; + function = "spifc"; + }; + }; + sdcard_pins: sdcard { mux { groups = "sdcard_d0",