]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: am335x-evm: disable mmc3
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 17 May 2017 19:22:55 +0000 (21:22 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 May 2017 21:17:11 +0000 (17:17 -0400)
SDIO is not supported in u-boot, there is no point in enabling mmc3.
For this purpose, add u-boot specific dtsi that this will be included
automatically while building the dtb.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/am335x-evm-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/am335x-evm-u-boot.dtsi b/arch/arm/dts/am335x-evm-u-boot.dtsi
new file mode 100644 (file)
index 0000000..d7b296b
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+
+&mmc3 {
+       status = "disabled";
+};