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

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
...@@ -126,7 +126,7 @@ phy1: ethernet-phy@1 { ...@@ -126,7 +126,7 @@ phy1: ethernet-phy@1 {
}; };
}; };
sdhci@2e000 { sdhc@2e000 {
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment