[Pdbg] [PATCH] p9.dts: Fix mcbist index
Amitay Isaacs
amitay at ozlabs.org
Thu Apr 9 11:57:09 AEST 2020
Reviewed-by: Amitay Isaacs <amitay at ozlabs.org>
I can't believe I missed this when the test is failing. :-(
Amitay.
On Thu, 2020-04-09 at 11:49 +1000, Alistair Popple wrote:
> 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
>
Amitay.
--
It takes a long time to understand nothing. -Edward Dahlberg
More information about the Pdbg
mailing list