From: Alexandre Torgue Date: Wed, 24 May 2023 14:39:51 +0000 (+0200) Subject: dt-bindings: stm32: document stm32mp257f-ev1 board X-Git-Tag: v6.5-rc1~141^2~4^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6defdc268916a6f92a24d3495b22cd9c573e4357;p=linux-2.6-block.git dt-bindings: stm32: document stm32mp257f-ev1 board Add new entry for stm32mp257f-ev1 board. Signed-off-by: Alexandre Torgue Reviewed-by: Conor Dooley --- diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 4af5b8f4f803..4466b455bffa 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -161,6 +161,12 @@ properties: - const: phytec,phycore-stm32mp157c-som - const: st,stm32mp157 + - description: ST STM32MP257 based Boards + items: + - enum: + - st,stm32mp257f-ev1 + - const: st,stm32mp257 + additionalProperties: true ...