arm: a37xx: espressobin: Explicitly enable eMMC node in -u-boot.dtsi

Official DT bindings for Espressobin have disabled eMMC node.

As U-Boot requires to have this node enabled by default, do it in
armada-3720-espressobin-u-boot.dtsi DTS file.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Pali Rohár
2022-02-14 11:34:29 +01:00
committed by Stefan Roese
parent a134aaa54e
commit 6560bf4ede

View File

@@ -21,3 +21,11 @@
};
};
#endif
/*
* U-Boot requires to have this eMMC node by default in "okay" status. U-Boot
* at runtime changes status to "disabled" if eMMC is not present on the board.
*/
&sdhci0 {
status = "okay";
};