Message ID | 20200114023443.10270-1-alistair@popple.id.au |
---|---|
State | Accepted |
Headers | show |
Series | p9.dts: Fix typo | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
Might as well fix that in p9-pib.dts.m4 Reviewed-by: Amitay Isaacs <amitay@ozlabs.org> On Tue, 2020-01-14 at 13:34 +1100, Alistair Popple wrote: > Signed-off-by: Alistair Popple <alistair@popple.id.au> > --- > p9.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/p9.dts b/p9.dts > index dbad5eb..ffbc44e 100644 > --- a/p9.dts > +++ b/p9.dts > @@ -19,7 +19,7 @@ > index = < 0x00 >; > > adu@90000 { > - compatible = "ibm-power9-adu"; > + compatible = "ibm,power9-adu"; > reg = < 0x00 0x90000 0x50 >; > system-path = "/mem0"; > }; > -- > 2.20.1 > Amitay.
diff --git a/p9.dts b/p9.dts index dbad5eb..ffbc44e 100644 --- a/p9.dts +++ b/p9.dts @@ -19,7 +19,7 @@ index = < 0x00 >; adu@90000 { - compatible = "ibm-power9-adu"; + compatible = "ibm,power9-adu"; reg = < 0x00 0x90000 0x50 >; system-path = "/mem0"; };
Signed-off-by: Alistair Popple <alistair@popple.id.au> --- p9.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)