From: Lee Jones Date: Tue, 18 Sep 2012 15:21:00 +0000 (+0200) Subject: ARM: ux500: Add nodes for the MSP into the HREF Device Tree X-Git-Tag: firefly_0821_release~3680^2~1963^2~5^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=301c38590d1d437dc5d3c709145998676487d2d1;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Lee Jones --- 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 @@ reg = <0x33>; }; }; + + msp1: msp@80124000 { + status = "okay"; + }; + + msp3: msp@80125000 { + status = "okay"; + }; }; };