Re: [PATCH v2] ARM: dts: stm32: remove "@" and "_" from stm32f7 pinmux groups

From: Alexandre Torgue
Date: Mon Dec 09 2019 - 08:28:27 EST


Hi Benjamin

On 12/4/19 4:53 PM, Benjamin Gaignard wrote:
Replace all "@" and "_" by "-" in pinmux groups for stm32f7 family.
This avoid errors when using yaml to check the bindings.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
---
changes in version 2:
- replace @ and _ by -

arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/boot/dts/stm32f7-pinctrl.dtsi b/arch/arm/boot/dts/stm32f7-pinctrl.dtsi
index 9314128df185..fe4cfda72a47 100644
--- a/arch/arm/boot/dts/stm32f7-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stm32f7-pinctrl.dtsi

Applied on stm32-next.

Thanks.
Alex