Re: [PATCH 0/5] ARM: STM32: Add compatibles for syscon nodes

From: Alexandre Torgue
Date: Tue Jul 21 2020 - 04:43:30 EST


Hi Benjamin

On 7/3/20 11:55 AM, Benjamin Gaignard wrote:
Since commit ad440432d1f9 ("dt-bindings: mfd: Ensure 'syscon' has a more specific compatible")
it is required to provide at least 2 compatibles string for syscon node.
This series update the syscon of the STM32 SoCs to fix the reported errors.

Benjamin Gaignard (5):
dt-bingings: arm: stm32: Add compatibles for syscon nodes
ARM: dts: stm32: Add compatibles for syscon for stm32f426
ARM: dts: stm32: Add compatibles for syscon for stm32f746
ARM: dts: stm32: Add compatibles for syscon for stm32h743
ARM: dts: stm32: Add compatibles for syscon for stm32mp151

.../devicetree/bindings/arm/stm32/st,stm32-syscon.yaml | 14 +++++++++++++-
arch/arm/boot/dts/stm32f429.dtsi | 6 +++---
arch/arm/boot/dts/stm32f746.dtsi | 6 +++---
arch/arm/boot/dts/stm32h743.dtsi | 6 +++---
arch/arm/boot/dts/stm32mp151.dtsi | 2 +-
5 files changed, 23 insertions(+), 11 deletions(-)


Series applied on stm32-next by fixing subject of patch [1].

Regards
Alex