diff mbox series

[v2,3/9] dts: Fix nhtm in p10 device tree

Message ID 20211125004138.120917-4-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: Seperated from following patch
---
 p10.dts.m4 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/p10.dts.m4 b/p10.dts.m4
index 1c3e4e75871b..78606751aabb 100644
--- a/p10.dts.m4
+++ b/p10.dts.m4
@@ -335,21 +335,21 @@  define(`CHIP',
 			#size-cells = < 0x01 >;
 			index = < 0x$1 >;
 
-			adu@90000 {
+			adu@3001C00 {
 				compatible = "ibm,power10-adu";
-				reg = < 0x00 0x90000 0x50 >;
+				reg = < 0x00 0x3001C00 0x50 >;
 				system-path = "/mem$1";
 			};
 
-			htm@5012880 {
+			htm@3011C80 {
 				compatible = "ibm,power10-nhtm";
-				reg = < 0x00 0x5012880 0x40 >;
+				reg = < 0x00 0x3011C80 0x40 >;
 				index = < 0x$1 >;
 			};
 
-			htm@50128C0 {
+			htm@30120C0 {
 				compatible = "ibm,power10-nhtm";
-				reg = < 0x00 0x50128c0 0x40 >;
+				reg = < 0x00 0x30120C0 0x40 >;
 				index = < 0x$1 >;
 			};