diff mbox series

[3/4] arch: arm: dts: bcm963158.dts: enable sdhci support

Message ID 20220413171343.178153-4-philippe.reynes@softathome.com
State Deferred
Delegated to: Tom Rini
Headers show
Series mmc: add support for bcm63158 | expand

Commit Message

Philippe REYNES April 13, 2022, 5:13 p.m. UTC
Enable the support of sdhci on bcm63158.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 arch/arm/dts/bcm963158.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/bcm963158.dts b/arch/arm/dts/bcm963158.dts
index c2bdd33274..c96fa60841 100644
--- a/arch/arm/dts/bcm963158.dts
+++ b/arch/arm/dts/bcm963158.dts
@@ -137,3 +137,7 @@ 
 		spi-max-frequency = <25000000>;
 	};
 };
+
+&sdhci {
+	status = "okay";
+};