lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 3 Feb 2021 14:28:06 +0000
From:   Russell King - ARM Linux admin <linux@...linux.org.uk>
To:     kostap@...vell.com
Cc:     linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, robh+dt@...nel.org,
        sebastian.hesselbarth@...il.com, gregory.clement@...tlin.com,
        andrew@...n.ch, mw@...ihalf.com, jaz@...ihalf.com,
        nadavh@...vell.com, stefanc@...vell.com, bpeled@...vell.com
Subject: Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO
 interafce

On Wed, Feb 03, 2021 at 03:31:30PM +0200, kostap@...vell.com wrote:
> From: Konstantin Porotchkin <kostap@...vell.com>
> 
> Add SDIO mode pin control configration for CP0 on A8K DB.
> 
> Signed-off-by: Konstantin Porotchkin <kostap@...vell.com>
> ---
>  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!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ