[Pdbg] [PATCH] p9.dts: Fix mcbist index
Alistair Popple
alistair at popple.id.au
Thu Apr 9 11:49:29 AEST 2020
Commit 4bf5a1087f55 ("dts: Fix index for mcbist targets") fixed up the
mcbist indicies but had them reveresed on the second processor. The
tests were correctly updated and caught this problem.
Signed-off-by: Alistair Popple <alistair at popple.id.au>
---
p9.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/p9.dts b/p9.dts
index f8cb88b..a292803 100644
--- a/p9.dts
+++ b/p9.dts
@@ -1890,7 +1890,7 @@
mcbist {
compatible = "ibm,power9-mcbist";
- index = < 0x01 >;
+ index = < 0x00 >;
};
};
};
@@ -1929,7 +1929,7 @@
mcbist {
compatible = "ibm,power9-mcbist";
- index = < 0x00 >;
+ index = < 0x01 >;
};
};
};
--
2.20.1
More information about the Pdbg
mailing list