Skip to content

Commit

Permalink
ARM: ux500: Add nodes for the MSP into the HREF Device Tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 71e8118 commit 301c385
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/hrefv60plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,13 @@
reg = <0x33>;
};
};

msp1: msp@80124000 {
status = "okay";
};

msp3: msp@80125000 {
status = "okay";
};
};
};

0 comments on commit 301c385

Please sign in to comment.