summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/bsc9131rdb.dtsi
diff options
context:
space:
mode:
authorHarninder Rai2013-02-19 10:13:58 +0100
committerKumar Gala2013-02-19 18:01:14 +0100
commit1c374741d03ff753c2e9bf15325e0fe0b3905ead (patch)
tree43569ff104c218d46a5dd2e7a0f69010d4fed6e4 /arch/powerpc/boot/dts/bsc9131rdb.dtsi
parentpowerpc/e500/qemu-e500: enable coreint (diff)
downloadkernel-qcow2-linux-1c374741d03ff753c2e9bf15325e0fe0b3905ead.tar.gz
kernel-qcow2-linux-1c374741d03ff753c2e9bf15325e0fe0b3905ead.tar.xz
kernel-qcow2-linux-1c374741d03ff753c2e9bf15325e0fe0b3905ead.zip
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/dts/bsc9131rdb.dtsi')
-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 638adda2c218..9e6c01339ccc 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";
};