[Pdbg] [PATCH 10/12] dts: Drop xbus aliases

Amitay Isaacs amitay at ozlabs.org
Fri Mar 13 12:19:37 AEDT 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 p9.dts                            | 4 ++--
 tests/test_p9_fapi_translation.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/p9.dts b/p9.dts
index 8281fe3..c4b6d1c 100644
--- a/p9.dts
+++ b/p9.dts
@@ -131,7 +131,7 @@
 				#address-cells = < 0x02 >;
 				#size-cells = < 0x01 >;
 
-				xbus0_1: xbus at 1 {
+				xbus at 0 {
 					compatible = "ibm,power9-xbus";
 					index = < 0x01 >;
 					reg = < 0x00 0x6000000 0xffffff >;
@@ -1762,7 +1762,7 @@
 				#address-cells = < 0x02 >;
 				#size-cells = < 0x01 >;
 
-				xbus1_1: xbus at 1 {
+				xbus at 0 {
 					compatible = "ibm,power9-xbus";
 					index = < 0x01 >;
 					reg = < 0x00 0x6000000 0xffffff >;
diff --git a/tests/test_p9_fapi_translation.sh b/tests/test_p9_fapi_translation.sh
index b54edf3..11ece9a 100755
--- a/tests/test_p9_fapi_translation.sh
+++ b/tests/test_p9_fapi_translation.sh
@@ -110,8 +110,8 @@ test_run libpdbg_p9_fapi_translation_test ex
 
 
 test_result 0 <<EOF
-Testing /proc0/pib/chiplet at 6000000/xbus at 1  1
-Testing /proc1/pib/chiplet at 6000000/xbus at 1  1
+Testing /proc0/pib/chiplet at 6000000/xbus at 0  1
+Testing /proc1/pib/chiplet at 6000000/xbus at 0  1
 EOF
 
 test_run libpdbg_p9_fapi_translation_test xbus
-- 
2.24.1



More information about the Pdbg mailing list