All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matheus Castello <matheus@castello.eng.br>
To: afaerber@suse.de, manivannan.sadhasivam@linaro.org,
	mark.rutland@arm.com, robh+dt@kernel.org
Cc: edgar.righi@lsitec.org.br, igor.lima@lsitec.org.br,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-actions@lists.infradead.org,
	Matheus Castello <matheus@castello.eng.br>,
	Rob Herring <robh@kernel.org>
Subject: [PATCH v6 2/3] dt-bindings: arm: actions: Document Caninos Loucos Labrador
Date: Mon, 25 May 2020 10:22:17 -0300	[thread overview]
Message-ID: <20200525132218.190841-3-matheus@castello.eng.br> (raw)
In-Reply-To: <20200525132218.190841-1-matheus@castello.eng.br>

Update the documentation to add the Caninos Loucos Labrador. Labrador
project consists of a computer on module based on the Actions Semi S500
processor and the Labrador base board.

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/actions.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/actions.yaml b/Documentation/devicetree/bindings/arm/actions.yaml
index ace3fdaa8396..0eac72335a05 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
+          - const: actions,s500
       - items:
           - enum:
               - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
--
2.26.2


WARNING: multiple messages have this Message-ID (diff)
From: Matheus Castello <matheus@castello.eng.br>
To: afaerber@suse.de, manivannan.sadhasivam@linaro.org,
	mark.rutland@arm.com, robh+dt@kernel.org
Cc: Rob Herring <robh@kernel.org>,
	devicetree@vger.kernel.org,
	Matheus Castello <matheus@castello.eng.br>,
	linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org,
	igor.lima@lsitec.org.br, edgar.righi@lsitec.org.br,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 2/3] dt-bindings: arm: actions: Document Caninos Loucos Labrador
Date: Mon, 25 May 2020 10:22:17 -0300	[thread overview]
Message-ID: <20200525132218.190841-3-matheus@castello.eng.br> (raw)
In-Reply-To: <20200525132218.190841-1-matheus@castello.eng.br>

Update the documentation to add the Caninos Loucos Labrador. Labrador
project consists of a computer on module based on the Actions Semi S500
processor and the Labrador base board.

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/actions.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/actions.yaml b/Documentation/devicetree/bindings/arm/actions.yaml
index ace3fdaa8396..0eac72335a05 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
+          - const: actions,s500
       - items:
           - enum:
               - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
--
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-05-25 14:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 13:22 [PATCH v6 0/3] Add Caninos Loucos Labrador CoM and Base Board Device Tree Matheus Castello
2020-05-25 13:22 ` Matheus Castello
2020-05-25 13:22 ` [PATCH v6 1/3] dt-bindings: Add vendor prefix for Caninos Loucos Matheus Castello
2020-05-25 13:22   ` Matheus Castello
2020-05-25 13:22 ` Matheus Castello [this message]
2020-05-25 13:22   ` [PATCH v6 2/3] dt-bindings: arm: actions: Document Caninos Loucos Labrador Matheus Castello
2020-05-25 13:22 ` [PATCH v6 3/3] ARM: dts: Add " Matheus Castello
2020-05-25 13:22   ` Matheus Castello
2020-07-05 19:27   ` Matheus Castello
2020-07-05 19:27     ` Matheus Castello

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200525132218.190841-3-matheus@castello.eng.br \
    --to=matheus@castello.eng.br \
    --cc=afaerber@suse.de \
    --cc=devicetree@vger.kernel.org \
    --cc=edgar.righi@lsitec.org.br \
    --cc=igor.lima@lsitec.org.br \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.