]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: stm32: document stm32mp235f-dk board
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Tue, 25 Feb 2025 08:54:09 +0000 (09:54 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 12 Mar 2025 13:24:56 +0000 (14:24 +0100)
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>
Link: https://lore.kernel.org/r/20250225-b4-stm32mp2_new_dts-v2-6-1a628c1580c7@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Documentation/devicetree/bindings/arm/stm32/stm32.yaml

index 456648e2d1e77f2f71fbf1cfed8d27c931d9f0d7..33e794b54bc1b8dd7e120ba222f9131210f4330e 100644 (file)
@@ -191,6 +191,12 @@ properties:
               - st,stm32mp257f-ev1
           - const: st,stm32mp257
 
+      - description: ST STM32MP235 based Boards
+        items:
+          - enum:
+              - st,stm32mp235f-dk
+          - const: st,stm32mp235
+
 additionalProperties: true
 
 ...