diff mbox

[28/32] ARM: ux500: Add nodes for the MSP into the HREF Device Tree

Message ID 1348143170-2130-29-git-send-email-lee.jones@linaro.org
State Accepted
Commit 301c38590d1d437dc5d3c709145998676487d2d1
Headers show

Commit Message

Lee Jones Sept. 20, 2012, 12:12 p.m. UTC
This patch enables the two important MSP devices for ST-Ericsson's
hardware reference development board.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/hrefv60plus.dts |    8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index 1d2c642..62ba5e8 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -61,5 +61,13 @@ 
 				reg = <0x33>;
 			};
 		};
+
+		msp1: msp@80124000 {
+			status = "okay";
+		};
+
+		msp3: msp@80125000 {
+			status = "okay";
+		};
 	};
 };