diff mbox series

[05/10] dt-bindings: stm32: document stm32mp235f-dk board

Message ID 20250210-b4-stm32mp2_new_dts-v1-5-e8ef1e666c5e@foss.st.com (mailing list archive)
State Not Applicable
Headers show
Series Expand STM32MP2 family with new SoC and boards | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Amelie Delaunay Feb. 10, 2025, 3:20 p.m. UTC
Add new entry for stm32mp235-dk board.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
---
 Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Conor Dooley Feb. 11, 2025, 6:19 p.m. UTC | #1
On Mon, Feb 10, 2025 at 04:20:59PM +0100, Amelie Delaunay wrote:
> Add new entry for stm32mp235-dk board.
> 
> Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
index 7cf9c6be0388365e6bce5e34a00ccf0a0eaa89cf..9ffcba51c9207b5a1386c025f850bc594c915c8c 100644
--- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
+++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml
@@ -184,6 +184,12 @@  properties:
               - st,stm32mp257f-ev1
           - const: st,stm32mp257
 
+      - description: ST STM32MP235 based Boards
+        items:
+          - enum:
+              - st,stm32mp235f-dk
+          - const: st,stm32mp235
+
 additionalProperties: true
 
 ...