Переглянути джерело

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>
Lee Jones 12 роки тому
батько
коміт
301c38590d
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      arch/arm/boot/dts/hrefv60plus.dts

+ 8 - 0
arch/arm/boot/dts/hrefv60plus.dts

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