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: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Harninder Rai
2013-02-19 14:43:58 +05:30
committed by Kumar Gala
parent 64871ff6e8
commit 1c374741d0

View File

@@ -126,7 +126,7 @@ phy1: ethernet-phy@1 {
};
};
sdhci@2e000 {
sdhc@2e000 {
status = "disabled";
};