Message ID | 20200922024302.205062-3-matheus@castello.eng.br (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add Caninos Loucos Labrador CoM and Base Board Device Tree | expand |
On Mon, Sep 21, 2020 at 11:43:00PM -0300, Matheus Castello wrote: > Update the documentation to add the Caninos Loucos Labrador. Labrador > project consists of the computer on module Core v2 based on the Actions > Semi S500, computer on module Core v3 based on the Actions Semi S700 > and the Labrador base boards. > > Signed-off-by: Matheus Castello <matheus@castello.eng.br> > Acked-by: Rob Herring <robh@kernel.org> Applied for v5.10! Thanks, Mani > --- > Documentation/devicetree/bindings/arm/actions.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/actions.yaml b/Documentation/devicetree/bindings/arm/actions.yaml > index ace3fdaa8396..1cc66803ce2a 100644 > --- a/Documentation/devicetree/bindings/arm/actions.yaml > +++ b/Documentation/devicetree/bindings/arm/actions.yaml > @@ -19,6 +19,11 @@ properties: > - allo,sparky # Allo.com Sparky > - cubietech,cubieboard6 # Cubietech CubieBoard6 > - const: actions,s500 > + - items: > + - enum: > + - caninos,labrador-base-m # Labrador Base Board M v1 > + - const: caninos,labrador-v2 # Labrador Core v2 > + - const: actions,s500 > - items: > - enum: > - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B > @@ -26,6 +31,11 @@ properties: > - const: actions,s500 > > # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC. > + - items: > + - enum: > + - caninos,labrador-base-m2 # Labrador Base Board M v2 > + - const: caninos,labrador-v3 # Labrador Core v3 > + - const: actions,s700 > - items: > - enum: > - cubietech,cubieboard7 # Cubietech CubieBoard7 > -- > 2.28.0 >
diff --git a/Documentation/devicetree/bindings/arm/actions.yaml b/Documentation/devicetree/bindings/arm/actions.yaml index ace3fdaa8396..1cc66803ce2a 100644 --- a/Documentation/devicetree/bindings/arm/actions.yaml +++ b/Documentation/devicetree/bindings/arm/actions.yaml @@ -19,6 +19,11 @@ properties: - allo,sparky # Allo.com Sparky - cubietech,cubieboard6 # Cubietech CubieBoard6 - const: actions,s500 + - items: + - enum: + - caninos,labrador-base-m # Labrador Base Board M v1 + - const: caninos,labrador-v2 # Labrador Core v2 + - const: actions,s500 - items: - enum: - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B @@ -26,6 +31,11 @@ properties: - const: actions,s500 # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC. + - items: + - enum: + - caninos,labrador-base-m2 # Labrador Base Board M v2 + - const: caninos,labrador-v3 # Labrador Core v3 + - const: actions,s700 - items: - enum: - cubietech,cubieboard7 # Cubietech CubieBoard7