From: Harninder Rai Date: Tue, 19 Feb 2013 09:13:58 +0000 (+0530) Subject: powerpc/85xx: bsc9131 - Correct typo in SDHC device node X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1c374741d03ff753c2e9bf15325e0fe0b3905ead;p=deliverable%2Flinux.git 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 Signed-off-by: Kumar Gala --- 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"; };