diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-09-18 11:21:00 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 06:32:45 -0400 |
commit | 301c38590d1d437dc5d3c709145998676487d2d1 (patch) | |
tree | e1f6aa9d8aecc4671c0177decd530870e7bfcd8f | |
parent | 71e8118fe722827365376a4d80faa40d939973c1 (diff) |
ARM: ux500: Add nodes for the MSP into the HREF Device Tree
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>
-rw-r--r-- | arch/arm/boot/dts/hrefv60plus.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 1d2c642fece0..62ba5e80123d 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts | |||
@@ -61,5 +61,13 @@ | |||
61 | reg = <0x33>; | 61 | reg = <0x33>; |
62 | }; | 62 | }; |
63 | }; | 63 | }; |
64 | |||
65 | msp1: msp@80124000 { | ||
66 | status = "okay"; | ||
67 | }; | ||
68 | |||
69 | msp3: msp@80125000 { | ||
70 | status = "okay"; | ||
71 | }; | ||
64 | }; | 72 | }; |
65 | }; | 73 | }; |