Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 301c3859 authored by Lee Jones's avatar Lee Jones
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 71e8118f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -61,5 +61,13 @@
				reg = <0x33>;
			};
		};

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

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