diff mbox series

[v2,6/9] dts: Add chtm to p10 device tree

Message ID 20211125004138.120917-7-jniethe5@gmail.com
State Accepted
Headers show
Series Add P10 HTM support | expand

Commit Message

Jordan Niethe Nov. 25, 2021, 12:41 a.m. UTC
Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
---
v2: New to series. Seperated from next patch
---
 p10.dts.m4 | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/p10.dts.m4 b/p10.dts.m4
index 78606751aabb..ea8266f314f0 100644
--- a/p10.dts.m4
+++ b/p10.dts.m4
@@ -29,6 +29,13 @@  define(`CORE',
 		THREAD(1)
 		THREAD(2)
 		THREAD(3)
+
+		htm@20010680 {
+			compatible = "ibm,power10-chtm";
+			reg = < 0x20010680 >;
+			index = < 0x$1 >;
+		};
+
 	};
 ')dnl