* [PATCH] bsc9131/dts: Correct typo in SDHC device node
@ 2013-02-19 9:13 Harninder Rai
2013-02-19 17:18 ` Gala Kumar-B11780
0 siblings, 1 reply; 2+ messages in thread
From: Harninder Rai @ 2013-02-19 9:13 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Harninder Rai, kumar.gala
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>
---
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@2e000 {
+ sdhc@2e000 {
status = "disabled";
};
--
1.7.6.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-19 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 9:13 [PATCH] bsc9131/dts: Correct typo in SDHC device node Harninder Rai
2013-02-19 17:18 ` Gala Kumar-B11780
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).