diff mbox

bsc9131/dts: Correct typo in SDHC device node

Message ID 1361265238-28100-1-git-send-email-harninder.rai@freescale.com (mailing list archive)
State Accepted, archived
Commit 1c374741d03ff753c2e9bf15325e0fe0b3905ead
Delegated to: Kumar Gala
Headers show

Commit Message

harninder rai Feb. 19, 2013, 9:13 a.m. UTC
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(-)

Comments

Gala Kumar-B11780 Feb. 19, 2013, 5:18 p.m. UTC | #1
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
> 
> 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
diff mbox

Patch

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";
 	};