Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c374741 authored by Harninder Rai's avatar Harninder Rai Committed by Kumar Gala
Browse files

powerpc/85xx: bsc9131 - Correct typo in SDHC device node



BSC9131RDB doesn't have SDHC enabled. As a result of this typo,
the node was not getting disabled from the device tree which was
leading to linux hang during bootup

Signed-off-by: default avatarHarninder Rai <harninder.rai@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 64871ff6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -126,7 +126,7 @@
		};
		};
	};
	};


	sdhci@2e000 {
	sdhc@2e000 {
		status = "disabled";
		status = "disabled";
	};
	};