Skip to content

Commit

Permalink
powerpc/85xx: bsc9131 - Correct typo in SDHC device node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harninder Rai authored and Kumar Gala committed Feb 19, 2013
1 parent 64871ff commit 1c37474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/bsc9131rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
};
};

sdhci@2e000 {
sdhc@2e000 {
status = "disabled";
};

Expand Down

0 comments on commit 1c37474

Please sign in to comment.