ARM: ux500: Add nodes for the MSP into the HREF Device Tree
authorLee Jones <lee.jones@linaro.org>
Tue, 18 Sep 2012 15:21:00 +0000 (17:21 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 20 Sep 2012 10:32:45 +0000 (12:32 +0200)
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

index 1d2c642..62ba5e8 100644 (file)
                                reg = <0x33>;
                        };
                };
+
+               msp1: msp@80124000 {
+                       status = "okay";
+               };
+
+               msp3: msp@80125000 {
+                       status = "okay";
+               };
        };
 };