summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorHarninder Rai <harninder.rai@freescale.com>2013-02-19 09:13:58 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2013-02-19 17:01:14 (GMT)
commit1c374741d03ff753c2e9bf15325e0fe0b3905ead (patch)
tree43569ff104c218d46a5dd2e7a0f69010d4fed6e4 /arch/powerpc/boot
parent64871ff6e8f19c99bc6b9a93e4f8926e1650e61e (diff)
downloadlinux-fsl-qoriq-1c374741d03ff753c2e9bf15325e0fe0b3905ead.tar.xz
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/bsc9131rdb.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bsc9131rdb.dtsi b/arch/powerpc/boot/dts/bsc9131rdb.dtsi
index 638adda..9e6c013 100644
--- a/arch/powerpc/boot/dts/bsc9131rdb.dtsi
+++ b/arch/powerpc/boot/dts/bsc9131rdb.dtsi
@@ -126,7 +126,7 @@
};
};
- sdhci@2e000 {
+ sdhc@2e000 {
status = "disabled";
};