From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45E07C433E0 for ; Wed, 3 Feb 2021 14:29:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E53CE64F6C for ; Wed, 3 Feb 2021 14:29:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232830AbhBCO3L (ORCPT ); Wed, 3 Feb 2021 09:29:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232286AbhBCO3E (ORCPT ); Wed, 3 Feb 2021 09:29:04 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC711C0613ED; Wed, 3 Feb 2021 06:28:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1g9mJIH7vHc18Vb4ro8icdyOeiI9Qb2JuSlrPce0kmE=; b=J8ltLmGK6lI9nMKohb/KigrPb 76mDC3tMaO9tFruHDpZ/84fEQZHWPAlcwW/gTFmpFoi9BFqaTciarL1pvS07AejihqQT1WRbkXUc7 cgZmKswsNJPzqFOwV76HO17K2RKxyEtxW3z7sLdSdJbil04pjEbEVztX9LU0Vf+c7LbZVjbbZcHML /ei2AS2Dm2Suf6bSPAFBR7UKekFOfMeYfT+/2vglrUEcg2Rv7o4LdkvQWZwiQVlu4wTZ9k4zvXVhw eo08BBfz3BGyBLmn937P+1MZ3FnOFtg8q6imDsXBLEnJP5Q9feSnWoQpu7qbEMU2EuZrlbcwcjqhe nAD031JOA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:38690) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7J8b-0005jP-PB; Wed, 03 Feb 2021 14:28:09 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1l7J8Y-0004CC-Tf; Wed, 03 Feb 2021 14:28:06 +0000 Date: Wed, 3 Feb 2021 14:28:06 +0000 From: Russell King - ARM Linux admin To: kostap@marvell.com Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, andrew@lunn.ch, mw@semihalf.com, jaz@semihalf.com, nadavh@marvell.com, stefanc@marvell.com, bpeled@marvell.com Subject: Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO interafce Message-ID: <20210203142806.GQ1463@shell.armlinux.org.uk> References: <20210203133138.10754-1-kostap@marvell.com> <20210203133138.10754-4-kostap@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203133138.10754-4-kostap@marvell.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: Russell King - ARM Linux admin Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2021 at 03:31:30PM +0200, kostap@marvell.com wrote: > From: Konstantin Porotchkin > > Add SDIO mode pin control configration for CP0 on A8K DB. > > Signed-off-by: Konstantin Porotchkin > --- > arch/arm64/boot/dts/marvell/armada-70x0.dtsi | 6 ++++++ > arch/arm64/boot/dts/marvell/armada-80x0.dtsi | 6 ++++++ > 2 files changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-70x0.dtsi b/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > index 293403a1a333..179218774ba9 100644 > --- a/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > @@ -47,6 +47,12 @@ > cp0_pinctrl: pinctrl { > compatible = "marvell,armada-7k-pinctrl"; > > + sdhci_pins: sdhi-pins { sdhi-pins ? > + marvell,pins = "mpp56", "mpp57", "mpp58", > + "mpp59", "mpp60", "mpp61", "mpp62"; > + marvell,function = "sdio"; > + }; > + > nand_pins: nand-pins { > marvell,pins = > "mpp15", "mpp16", "mpp17", "mpp18", > diff --git a/arch/arm64/boot/dts/marvell/armada-80x0.dtsi b/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > index ee67c70bf02e..64100ae204da 100644 > --- a/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > @@ -70,6 +70,12 @@ > &cp0_syscon0 { > cp0_pinctrl: pinctrl { > compatible = "marvell,armada-8k-cpm-pinctrl"; > + > + sdhci_pins: sdhi-pins { sdhi-pins ? > + marvell,pins = "mpp56", "mpp57", "mpp58", > + "mpp59", "mpp60", "mpp61", "mpp62"; > + marvell,function = "sdio"; > + }; > }; > }; > > -- > 2.17.1 > > -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7D37C433E0 for ; Wed, 3 Feb 2021 14:32:34 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4D03D64D5D for ; Wed, 3 Feb 2021 14:32:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D03D64D5D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+nQDvU13RpRtBf4qf2Yehp9lJMWlU94LKQ7hQNm7ATA=; b=s8I8GygbkYne1N7/nY53fgGzy sS6CcCDhKhtQ/in4Tpdcs6ij/WPSIO3/03bvTW5BPOMucq6QTFHFY9z6gqAnIu/wq+srtwMYcBuRR RFAU6sfGfQiEVSBbcbaikEdHMv4lApffWSrsPvt8c2FbJvgM43ytMAn+ES0+OtY0TV2YloqP4O5UO pY9eOm1AUAJ5hE/sxohnRxKdfeg7RGqV1HkY6k+DuTxh9iJ55QRahidvix3a9usPZakcSJWFIvdgo ic5iYCfz2ulDuwmCXgLiQHPiPaCmGYNOhSQkWF4DjqOUqggqmk9zxTZ76q+rJ1X5hCvtvYAAwxjSD FIRoXZzGw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7JBf-0004op-HG; Wed, 03 Feb 2021 14:31:19 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:32c8:5054:ff:fe00:142]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7JBc-0004br-2a for linux-arm-kernel@lists.infradead.org; Wed, 03 Feb 2021 14:31:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1g9mJIH7vHc18Vb4ro8icdyOeiI9Qb2JuSlrPce0kmE=; b=J8ltLmGK6lI9nMKohb/KigrPb 76mDC3tMaO9tFruHDpZ/84fEQZHWPAlcwW/gTFmpFoi9BFqaTciarL1pvS07AejihqQT1WRbkXUc7 cgZmKswsNJPzqFOwV76HO17K2RKxyEtxW3z7sLdSdJbil04pjEbEVztX9LU0Vf+c7LbZVjbbZcHML /ei2AS2Dm2Suf6bSPAFBR7UKekFOfMeYfT+/2vglrUEcg2Rv7o4LdkvQWZwiQVlu4wTZ9k4zvXVhw eo08BBfz3BGyBLmn937P+1MZ3FnOFtg8q6imDsXBLEnJP5Q9feSnWoQpu7qbEMU2EuZrlbcwcjqhe nAD031JOA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:38690) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7J8b-0005jP-PB; Wed, 03 Feb 2021 14:28:09 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1l7J8Y-0004CC-Tf; Wed, 03 Feb 2021 14:28:06 +0000 Date: Wed, 3 Feb 2021 14:28:06 +0000 From: Russell King - ARM Linux admin To: kostap@marvell.com Subject: Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO interafce Message-ID: <20210203142806.GQ1463@shell.armlinux.org.uk> References: <20210203133138.10754-1-kostap@marvell.com> <20210203133138.10754-4-kostap@marvell.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210203133138.10754-4-kostap@marvell.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210203_093116_134424_4E67C6CC X-CRM114-Status: GOOD ( 14.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, andrew@lunn.ch, jaz@semihalf.com, gregory.clement@bootlin.com, linux-kernel@vger.kernel.org, nadavh@marvell.com, robh+dt@kernel.org, stefanc@marvell.com, mw@semihalf.com, bpeled@marvell.com, linux-arm-kernel@lists.infradead.org, sebastian.hesselbarth@gmail.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Feb 03, 2021 at 03:31:30PM +0200, kostap@marvell.com wrote: > From: Konstantin Porotchkin > > Add SDIO mode pin control configration for CP0 on A8K DB. > > Signed-off-by: Konstantin Porotchkin > --- > arch/arm64/boot/dts/marvell/armada-70x0.dtsi | 6 ++++++ > arch/arm64/boot/dts/marvell/armada-80x0.dtsi | 6 ++++++ > 2 files changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-70x0.dtsi b/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > index 293403a1a333..179218774ba9 100644 > --- a/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-70x0.dtsi > @@ -47,6 +47,12 @@ > cp0_pinctrl: pinctrl { > compatible = "marvell,armada-7k-pinctrl"; > > + sdhci_pins: sdhi-pins { sdhi-pins ? > + marvell,pins = "mpp56", "mpp57", "mpp58", > + "mpp59", "mpp60", "mpp61", "mpp62"; > + marvell,function = "sdio"; > + }; > + > nand_pins: nand-pins { > marvell,pins = > "mpp15", "mpp16", "mpp17", "mpp18", > diff --git a/arch/arm64/boot/dts/marvell/armada-80x0.dtsi b/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > index ee67c70bf02e..64100ae204da 100644 > --- a/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-80x0.dtsi > @@ -70,6 +70,12 @@ > &cp0_syscon0 { > cp0_pinctrl: pinctrl { > compatible = "marvell,armada-8k-cpm-pinctrl"; > + > + sdhci_pins: sdhi-pins { sdhi-pins ? > + marvell,pins = "mpp56", "mpp57", "mpp58", > + "mpp59", "mpp60", "mpp61", "mpp62"; > + marvell,function = "sdio"; > + }; > }; > }; > > -- > 2.17.1 > > -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel