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>
This commit is contained in:
Lee Jones 2012-09-18 17:21:00 +02:00
parent 71e8118fe7
commit 301c38590d

View File

@ -61,5 +61,13 @@ bh1780@0x29 {
reg = <0x33>;
};
};
msp1: msp@80124000 {
status = "okay";
};
msp3: msp@80125000 {
status = "okay";
};
};
};