[PATCH] arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE

Pali Rohár pali at kernel.org
Sat Aug 27 14:00:51 CEST 2022


Signed-off-by: Pali Rohár <pali at kernel.org>
---
 board/Marvell/mvebu_armada-37xx/board.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c
index 5ae133879f32..45779198b678 100644
--- a/board/Marvell/mvebu_armada-37xx/board.c
+++ b/board/Marvell/mvebu_armada-37xx/board.c
@@ -132,6 +132,8 @@ int board_late_init(void)
 		dev = mmc_dev->dev;
 		device_remove(dev, DM_REMOVE_NORMAL);
 		device_unbind(dev);
+		if (of_live_active())
+			ofnode_set_enabled(dev_ofnode(dev), false);
 	}
 
 	/* Ensure that 'env default -a' set correct value to $fdtfile */
-- 
2.20.1



More information about the U-Boot mailing list