devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards
@ 2020-11-08 22:14 Marek Vasut
  2020-11-09 22:06 ` Rob Herring
  2020-11-17 11:31 ` Alexandre Torgue
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2020-11-08 22:14 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Alexandre Torgue, Maxime Coquelin, Patrice Chotard,
	Patrick Delaunay, Rob Herring, devicetree, linux-stm32

Document devicetree compatible strings of the DH SoMs and boards.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
---
 .../devicetree/bindings/arm/stm32/stm32.yaml      | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
index 009b424e456e..f9939ec28eae 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -14,6 +14,20 @@ properties:
     const: "/"
   compatible:
     oneOf:
+      - description: DH STM32MP1 SoM based Boards
+        items:
+          - enum:
+              - arrow,stm32mp157a-avenger96 # Avenger96
+              - dh,stm32mp153c-dhcom-drc02
+              - dh,stm32mp157c-dhcom-pdk2
+              - dh,stm32mp157c-dhcom-picoitx
+          - enum:
+              - dh,stm32mp153c-dhcom-som
+              - dh,stm32mp157a-dhcor-som
+              - dh,stm32mp157c-dhcom-som
+          - enum:
+              - st,stm32mp153
+              - st,stm32mp157
       - items:
           - enum:
               - st,stm32f429i-disco
@@ -39,7 +53,6 @@ properties:
           - const: st,stm32h743
       - items:
           - enum:
-              - arrow,stm32mp157a-avenger96 # Avenger96
               - lxa,stm32mp157c-mc1
               - shiratech,stm32mp157a-iot-box # IoT Box
               - shiratech,stm32mp157a-stinger96 # Stinger96
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards
  2020-11-08 22:14 [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards Marek Vasut
@ 2020-11-09 22:06 ` Rob Herring
  2020-11-17 11:31 ` Alexandre Torgue
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-11-09 22:06 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Alexandre Torgue, Patrick Delaunay, Patrice Chotard,
	linux-arm-kernel, Rob Herring, linux-stm32, devicetree,
	Maxime Coquelin

On Sun, 08 Nov 2020 23:14:38 +0100, Marek Vasut wrote:
> Document devicetree compatible strings of the DH SoMs and boards.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>  .../devicetree/bindings/arm/stm32/stm32.yaml      | 15 ++++++++++++++-
>  1 file changed, 14 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards
  2020-11-08 22:14 [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards Marek Vasut
  2020-11-09 22:06 ` Rob Herring
@ 2020-11-17 11:31 ` Alexandre Torgue
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Torgue @ 2020-11-17 11:31 UTC (permalink / raw)
  To: Marek Vasut, linux-arm-kernel
  Cc: Maxime Coquelin, Patrice Chotard, Patrick Delaunay, Rob Herring,
	devicetree, linux-stm32

Hi Marek

On 11/8/20 11:14 PM, Marek Vasut wrote:
> Document devicetree compatible strings of the DH SoMs and boards.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Alexandre Torgue <alexandre.torgue@st.com>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>   .../devicetree/bindings/arm/stm32/stm32.yaml      | 15 ++++++++++++++-
>   1 file changed, 14 insertions(+), 1 deletion(-)
> 


Applied on stm32-next.

Thanks.
Alex


> diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
> index 009b424e456e..f9939ec28eae 100644
> --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
> +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
> @@ -14,6 +14,20 @@ properties:
>       const: "/"
>     compatible:
>       oneOf:
> +      - description: DH STM32MP1 SoM based Boards
> +        items:
> +          - enum:
> +              - arrow,stm32mp157a-avenger96 # Avenger96
> +              - dh,stm32mp153c-dhcom-drc02
> +              - dh,stm32mp157c-dhcom-pdk2
> +              - dh,stm32mp157c-dhcom-picoitx
> +          - enum:
> +              - dh,stm32mp153c-dhcom-som
> +              - dh,stm32mp157a-dhcor-som
> +              - dh,stm32mp157c-dhcom-som
> +          - enum:
> +              - st,stm32mp153
> +              - st,stm32mp157
>         - items:
>             - enum:
>                 - st,stm32f429i-disco
> @@ -39,7 +53,6 @@ properties:
>             - const: st,stm32h743
>         - items:
>             - enum:
> -              - arrow,stm32mp157a-avenger96 # Avenger96
>                 - lxa,stm32mp157c-mc1
>                 - shiratech,stm32mp157a-iot-box # IoT Box
>                 - shiratech,stm32mp157a-stinger96 # Stinger96
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-17 11:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 22:14 [PATCH] dt-bindings: arm: stm32: Add compatible strings for DH SoMs and boards Marek Vasut
2020-11-09 22:06 ` Rob Herring
2020-11-17 11:31 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).