[Pdbg] [PATCH] p9.dts: Fix mcbist index

Alistair Popple alistair at popple.id.au
Thu Apr 9 12:07:54 AEST 2020


On Thursday, 9 April 2020 11:57:09 AM AEST Amitay Isaacs wrote:
> Reviewed-by: Amitay Isaacs <amitay at ozlabs.org>
> 
> I can't believe I missed this when the test is failing. :-(

Can't believe I didn't run the tests before pushing :-(
 
> 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 >;
> > 
> >  					};
> >  				
> >  				};
> >  			
> >  			};
> 
> Amitay.






More information about the Pdbg mailing list