summaryrefslogtreecommitdiff
path: root/schulung_tools/drivers/modules/hellodriver/patch-hello-dts.diff
blob: 2d0bf52e287bc89379f1239cbbc33a3f3ccc7d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
index d949fac..4952799 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
@@ -132,6 +132,21 @@
 		status = "disabled";
 	};
 
+	hello@1 {
+		compatible = "virtual,hello";
+		index = <1>;
+	};
+
+	hello@5 {
+		compatible = "virtual,hello";
+		index = <5>;
+	};
+
+	hello@8 {
+		compatible = "virtual,hello";
+		index = <8>;
+	};
+
 	watchdog@100e5000 {
 		compatible = "arm,sp805", "arm,primecell";
 		reg = <0x100e5000 0x1000>;