Message ID | 20210723132810.25728-7-alexandre.torgue@foss.st.com |
---|---|
State | Accepted |
Commit | 396e4168c527c1cf77336fc160e343b7db55f952 |
Headers | show |
Series | [1/7] dt-bindings: pinctrl: stm32: add new compatible for STM32MP135 SoC | expand |
On Fri, 23 Jul 2021 15:28:09 +0200, Alexandre Torgue wrote: > Add new entry for stm32mp135f-dk board. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 9a77ab74be99..9ac7da01c6c3 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -55,6 +55,10 @@ properties: - enum: - st,stm32h750i-art-pi - const: st,stm32h750 + - items: + - enum: + - st,stm32mp135f-dk + - const: st,stm32mp135 - items: - enum: - shiratech,stm32mp157a-iot-box # IoT Box
Add new entry for stm32mp135f-dk board. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>