diff options
author | Fabio Estevam <festevam@denx.de> | 2024-03-25 15:14:04 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-04-02 17:42:59 +0300 |
commit | b91695b50d5b5c7c6a2cae08637b0a119cec0e12 (patch) | |
tree | 6760e47804e040306190288973a184b7887ff51b /arch/arm/boot | |
parent | c6ddd6e7b166532a0816825442ff60f70aed9647 (diff) | |
download | linux-b91695b50d5b5c7c6a2cae08637b0a119cec0e12.tar.xz |
ARM: dts: imx7-mba7: Use 'no-mmc' property
'no-emmc' is not a valid property.
The original intention was to use the 'no-mmc' property.
Change it accordingly 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>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi index 1235a71c6abe..52869e68f833 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi @@ -666,7 +666,7 @@ bus-width = <4>; no-1-8-v; no-sdio; - no-emmc; + no-mmc; status = "okay"; }; |