Message ID | 20220720085230.3801945-2-quan@os.amperecomputing.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add device tree for Ampere's Mt. Mitchell BMC | expand |
On 20/07/2022 10:52, Quan Nguyen wrote: > Document Ampere Mt.Mitchell BMC board compatible. > > Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> Thank you for your patch. There is something to discuss/improve. > --- > v2: > + Introduce in v2 to add Ampere Mt. Mitchell BMC compatible [Krzysztof] > > Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml > index d61408194998..b8146d5c4431 100644 > --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml > +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml > @@ -71,6 +71,7 @@ properties: > - enum: > - aspeed,ast2600-evb > - aspeed,ast2600-evb-a1 > + - ampere,mtmitchell-bmc Put the entry ordered alphabetically. Best regards, Krzysztof
On 20/07/2022 17:34, Krzysztof Kozlowski wrote: > On 20/07/2022 10:52, Quan Nguyen wrote: >> Document Ampere Mt.Mitchell BMC board compatible. >> >> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> > > Thank you for your patch. There is something to discuss/improve. > >> --- >> v2: >> + Introduce in v2 to add Ampere Mt. Mitchell BMC compatible [Krzysztof] >> >> Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >> index d61408194998..b8146d5c4431 100644 >> --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >> +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >> @@ -71,6 +71,7 @@ properties: >> - enum: >> - aspeed,ast2600-evb >> - aspeed,ast2600-evb-a1 >> + - ampere,mtmitchell-bmc > > Put the entry ordered alphabetically. > Thanks Krzysztof for the review. Will change to : - enum: + - ampere,mtmitchell-bmc - aspeed,ast2600-evb - aspeed,ast2600-evb-a1 But, should we correct the below as well? ie: to move "ampere,mtjade-bmc" to before "aspeed,ast2500-evb" ? - description: AST2500 based boards items: - enum: - aspeed,ast2500-evb - amd,ethanolx-bmc - ampere,mtjade-bmc - asrock,e3c246d4i-bmc Thanks, - Quan
On 21/07/2022 04:46, Quan Nguyen wrote: > > > On 20/07/2022 17:34, Krzysztof Kozlowski wrote: >> On 20/07/2022 10:52, Quan Nguyen wrote: >>> Document Ampere Mt.Mitchell BMC board compatible. >>> >>> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> >> >> Thank you for your patch. There is something to discuss/improve. >> >>> --- >>> v2: >>> + Introduce in v2 to add Ampere Mt. Mitchell BMC compatible [Krzysztof] >>> >>> Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >>> index d61408194998..b8146d5c4431 100644 >>> --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >>> +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml >>> @@ -71,6 +71,7 @@ properties: >>> - enum: >>> - aspeed,ast2600-evb >>> - aspeed,ast2600-evb-a1 >>> + - ampere,mtmitchell-bmc >> >> Put the entry ordered alphabetically. >> > > Thanks Krzysztof for the review. > > Will change to : > - enum: > + - ampere,mtmitchell-bmc > - aspeed,ast2600-evb > - aspeed,ast2600-evb-a1 > > But, should we correct the below as well? ie: to move > "ampere,mtjade-bmc" to before "aspeed,ast2500-evb" ? > Oops, indeed, I added aspeed in wrong place. I'll correct it in my tree. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml index d61408194998..b8146d5c4431 100644 --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml @@ -71,6 +71,7 @@ properties: - enum: - aspeed,ast2600-evb - aspeed,ast2600-evb-a1 + - ampere,mtmitchell-bmc - facebook,bletchley-bmc - facebook,cloudripper-bmc - facebook,elbert-bmc
Document Ampere Mt.Mitchell BMC board compatible. Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> --- v2: + Introduce in v2 to add Ampere Mt. Mitchell BMC compatible [Krzysztof] Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+)