All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] bsc9131/dts: Correct typo in SDHC device node
  2013-02-19  9:13 [PATCH] bsc9131/dts: Correct typo in SDHC device node Harninder Rai
@ 2013-02-19 17:18 ` Gala Kumar-B11780
  0 siblings, 0 replies; 2+ messages in thread
From: Gala Kumar-B11780 @ 2013-02-19 17:18 UTC (permalink / raw)
  To: Rai Harninder-B01044; +Cc: <linuxppc-dev@ozlabs.org>


On Feb 19, 2013, at 3:13 AM, Harninder Rai wrote:

> 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
>=20
> Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
> ---
> arch/powerpc/boot/dts/bsc9131rdb.dtsi |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied to next

- k

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.