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] [day] [month] [year] [list]
Date:   Mon, 09 May 2022 11:26:35 +0200
From:   Gregory CLEMENT <gregory.clement@...tlin.com>
To:     Chris Packham <chris.packham@...iedtelesis.co.nz>,
        ulf.hansson@...aro.org, robh+dt@...nel.org, krzk+dt@...nel.org,
        huziji@...vell.com, andrew@...n.ch, sebastian.hesselbarth@...il.com
Cc:     linux-mmc@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: Re: [PATCH v5 1/2] arm64: dts: marvell: Update sdhci node names to
 match schema

Chris Packham <chris.packham@...iedtelesis.co.nz> writes:

> Update the node names of the sdhci@ interfaces to be mmc@ to match the
> node name enforced by the mmc-controller.yaml schema.
>
> Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
> Acked-by: Krzysztof Kozlowski <krzk@...nel.org>

Applied on mvebu/dt64

Thanks,

Gregory
> ---
>
> Notes:
>     This has been sent separately [1] but on Krzysztof's advice I've
>     included it in v3 of this series.
>     
>     [1] -  https://lore.kernel.org/linux-arm-kernel/20220321212007.2961581-1-chris.packham@alliedtelesis.co.nz/
>     Changes in v5:
>     - None
>     Changes in v4:
>     - None
>     Changes in v3:
>     - New
>
>  arch/arm64/boot/dts/marvell/armada-37xx.dtsi  | 4 ++--
>  arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +-
>  arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> index 30233de58bb3..78adb803df26 100644
> --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> @@ -434,7 +434,7 @@ rwtm: mailbox@...00 {
>  				#mbox-cells = <1>;
>  			};
>  
> -			sdhci1: sdhci@...00 {
> +			sdhci1: mmc@...00 {
>  				compatible = "marvell,armada-3700-sdhci",
>  					     "marvell,sdhci-xenon";
>  				reg = <0xd0000 0x300>,
> @@ -445,7 +445,7 @@ sdhci1: sdhci@...00 {
>  				status = "disabled";
>  			};
>  
> -			sdhci0: sdhci@...00 {
> +			sdhci0: mmc@...00 {
>  				compatible = "marvell,armada-3700-sdhci",
>  					     "marvell,sdhci-xenon";
>  				reg = <0xd8000 0x300>,
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> index 6614472100c2..a06a0a889c43 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
> @@ -250,7 +250,7 @@ watchdog: watchdog@...000 {
>  				interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
>  			};
>  
> -			ap_sdhci0: sdhci@...000 {
> +			ap_sdhci0: mmc@...000 {
>  				compatible = "marvell,armada-ap806-sdhci";
>  				reg = <0x6e0000 0x300>;
>  				interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 3bd2182817fb..d6c0990a267d 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -493,7 +493,7 @@ CP11X_LABEL(trng): trng@...000 {
>  			status = "okay";
>  		};
>  
> -		CP11X_LABEL(sdhci0): sdhci@...000 {
> +		CP11X_LABEL(sdhci0): mmc@...000 {
>  			compatible = "marvell,armada-cp110-sdhci";
>  			reg = <0x780000 0x300>;
>  			interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
> -- 
> 2.35.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ