[PATCH] bsc9131/dts: Correct typo in SDHC device node

Harninder Rai harninder.rai at freescale.com
Tue Feb 19 20:13:58 EST 2013


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 at freescale.com>
---
 arch/powerpc/boot/dts/bsc9131rdb.dtsi |    2 +-
 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 at 2e000 {
+	sdhc at 2e000 {
 		status = "disabled";
 	};
 
-- 
1.7.6.GIT




More information about the Linuxppc-dev mailing list