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 коммит произвёл Kumar Gala
Родитель 64871ff6e8
Коммит 1c374741d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,7 @@
};
};
sdhci@2e000 {
sdhc@2e000 {
status = "disabled";
};