powerpc/85xx: bsc9131 - Correct typo in SDHC device node
authorHarninder Rai <harninder.rai@freescale.com>
Tue, 19 Feb 2013 09:13:58 +0000 (14:43 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 19 Feb 2013 17:01:14 +0000 (11:01 -0600)
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>
arch/powerpc/boot/dts/bsc9131rdb.dtsi

index 638adda2c218a616fa4672fc64959462235d5fe0..9e6c01339ccc062f8d734a985fd6a88113a483b3 100644 (file)
                };
        };
 
-       sdhci@2e000 {
+       sdhc@2e000 {
                status = "disabled";
        };
 
This page took 0.024966 seconds and 5 git commands to generate.