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

Jordan Niethe jniethe5 at gmail.com
Thu Nov 25 11:41:32 AEDT 2021


Signed-off-by: Jordan Niethe <jniethe5 at gmail.com>
---
v2: Seperated from following patch
---
 p10.dts.m4 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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 at 90000 {
+			adu at 3001C00 {
 				compatible = "ibm,power10-adu";
-				reg = < 0x00 0x90000 0x50 >;
+				reg = < 0x00 0x3001C00 0x50 >;
 				system-path = "/mem$1";
 			};
 
-			htm at 5012880 {
+			htm at 3011C80 {
 				compatible = "ibm,power10-nhtm";
-				reg = < 0x00 0x5012880 0x40 >;
+				reg = < 0x00 0x3011C80 0x40 >;
 				index = < 0x$1 >;
 			};
 
-			htm at 50128C0 {
+			htm at 30120C0 {
 				compatible = "ibm,power10-nhtm";
-				reg = < 0x00 0x50128c0 0x40 >;
+				reg = < 0x00 0x30120C0 0x40 >;
 				index = < 0x$1 >;
 			};
 
-- 
2.25.1



More information about the Pdbg mailing list