diff mbox series

ARM: dts: imx7-mba7: Remove invalid 'no-emmc' property

Message ID 20240321182122.1150614-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx7-mba7: Remove invalid 'no-emmc' property | expand

Commit Message

Fabio Estevam March 21, 2024, 6:21 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

'no-emmc' is not a valid property.

Remove it to fix the following dt-schema warning:

imx7s-mba7.dtb: mmc@30b40000: Unevaluated properties are not allowed ('no-emmc' was unexpected)

Fixes: d430a7e0e181 ("ARM: dts: imx7-mba7: restrict usdhc interface modes")
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Alexander Stein March 25, 2024, 7:47 a.m. UTC | #1
Hi Fabio,

thanks for addressing the warning.

Am Donnerstag, 21. März 2024, 19:21:22 CET schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
> 
> 'no-emmc' is not a valid property.
> 
> Remove it to fix the following dt-schema warning:
> 
> imx7s-mba7.dtb: mmc@30b40000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
> 
> Fixes: d430a7e0e181 ("ARM: dts: imx7-mba7: restrict usdhc interface modes")
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
> index 1235a71c6abe..16bdc76ba4fd 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
> @@ -666,7 +666,6 @@ &usdhc1 {
>  	bus-width = <4>;
>  	no-1-8-v;
>  	no-sdio;
> -	no-emmc;

This should be changed to 'no-mmc' instead.

Thanks and best regards,
Alexander

>  	status = "okay";
>  };
>  
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
index 1235a71c6abe..16bdc76ba4fd 100644
--- a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi
@@ -666,7 +666,6 @@  &usdhc1 {
 	bus-width = <4>;
 	no-1-8-v;
 	no-sdio;
-	no-emmc;
 	status = "okay";
 };