* [U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3
@ 2017-05-17 19:22 Jean-Jacques Hiblot
2017-05-17 19:25 ` Tom Rini
2017-05-19 0:38 ` [U-Boot] [U-Boot,v2] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Jean-Jacques Hiblot @ 2017-05-17 19:22 UTC (permalink / raw)
To: u-boot
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>
---
This patch relies on "scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to override".
Changes since v1:
* add a u-boot specific dtsi for the purpose.
arch/arm/dts/am335x-evm-u-boot.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 arch/arm/dts/am335x-evm-u-boot.dtsi
diff --git a/arch/arm/dts/am335x-evm-u-boot.dtsi b/arch/arm/dts/am335x-evm-u-boot.dtsi
new file mode 100644
index 0000000..d7b296b
--- /dev/null
+++ b/arch/arm/dts/am335x-evm-u-boot.dtsi
@@ -0,0 +1,10 @@
+/*
+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+
+&mmc3 {
+ status = "disabled";
+};
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3
2017-05-17 19:22 [U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3 Jean-Jacques Hiblot
@ 2017-05-17 19:25 ` Tom Rini
2017-05-19 0:38 ` [U-Boot] [U-Boot,v2] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-05-17 19:25 UTC (permalink / raw)
To: u-boot
On Wed, May 17, 2017 at 09:22:55PM +0200, Jean-Jacques Hiblot wrote:
> 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>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170517/0c3440c2/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [U-Boot,v2] ARM: dts: am335x-evm: disable mmc3
2017-05-17 19:22 [U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3 Jean-Jacques Hiblot
2017-05-17 19:25 ` Tom Rini
@ 2017-05-19 0:38 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-05-19 0:38 UTC (permalink / raw)
To: u-boot
On Wed, May 17, 2017 at 09:22:55PM +0200, Jean-Jacques Hiblot wrote:
> 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>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170518/02384036/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-19 0:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-17 19:22 [U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3 Jean-Jacques Hiblot
2017-05-17 19:25 ` Tom Rini
2017-05-19 0:38 ` [U-Boot] [U-Boot,v2] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox