* [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines
@ 2023-09-04 18:03 Dario Binacchi
2023-09-05 11:36 ` Raphael Gallais-Pou
2023-09-22 9:13 ` Alexandre TORGUE
0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2023-09-04 18:03 UTC (permalink / raw)
To: linux-kernel
Cc: linux-amarula, Dario Binacchi, Alexandre Torgue, Conor Dooley,
Krzysztof Kozlowski, Maxime Coquelin, Raphaël Gallais-Pou,
Rob Herring, devicetree, linux-arm-kernel, linux-stm32
The patch fixes the following warning:
arch/arm/dts/stm32f7-pinctrl.dtsi:380: check: Please don't use multiple blank lines
Fixes: ba287d1a0137 ("ARM: dts: stm32: add pin map for LTDC on stm32f7")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi b/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
index 65480a9f5cc4..842f2b17c4a8 100644
--- a/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
+++ b/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
@@ -376,7 +376,6 @@ pins2 {
};
};
-
ltdc_pins_a: ltdc-0 {
pins {
pinmux = <STM32_PINMUX('E', 4, AF14)>, /* LCD_B0 */
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines
2023-09-04 18:03 [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines Dario Binacchi
@ 2023-09-05 11:36 ` Raphael Gallais-Pou
2023-09-22 9:13 ` Alexandre TORGUE
1 sibling, 0 replies; 3+ messages in thread
From: Raphael Gallais-Pou @ 2023-09-05 11:36 UTC (permalink / raw)
To: Dario Binacchi, linux-kernel
Cc: linux-amarula, Alexandre Torgue, Conor Dooley,
Krzysztof Kozlowski, Maxime Coquelin, Rob Herring, devicetree,
linux-arm-kernel, linux-stm32
Hi Dario
On 9/4/23 20:03, Dario Binacchi wrote:
> The patch fixes the following warning:
>
> arch/arm/dts/stm32f7-pinctrl.dtsi:380: check: Please don't use multiple blank lines
>
> Fixes: ba287d1a0137 ("ARM: dts: stm32: add pin map for LTDC on stm32f7")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Raphaël Gallais-Pou <raphael.gallais-pou@foss.st.com>
Regards,
Raphaël
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines
2023-09-04 18:03 [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines Dario Binacchi
2023-09-05 11:36 ` Raphael Gallais-Pou
@ 2023-09-22 9:13 ` Alexandre TORGUE
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre TORGUE @ 2023-09-22 9:13 UTC (permalink / raw)
To: Dario Binacchi, linux-kernel
Cc: linux-amarula, Conor Dooley, Krzysztof Kozlowski, Maxime Coquelin,
Raphaël Gallais-Pou, Rob Herring, devicetree,
linux-arm-kernel, linux-stm32
Hi Dario
On 9/4/23 20:03, Dario Binacchi wrote:
> The patch fixes the following warning:
>
> arch/arm/dts/stm32f7-pinctrl.dtsi:380: check: Please don't use multiple blank lines
>
> Fixes: ba287d1a0137 ("ARM: dts: stm32: add pin map for LTDC on stm32f7")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
>
> ---
>
> arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi b/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
> index 65480a9f5cc4..842f2b17c4a8 100644
> --- a/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi
> @@ -376,7 +376,6 @@ pins2 {
> };
> };
>
> -
> ltdc_pins_a: ltdc-0 {
> pins {
> pinmux = <STM32_PINMUX('E', 4, AF14)>, /* LCD_B0 */
Applied on stm32-next.
Thanks.
Alex
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-22 9:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 18:03 [PATCH] ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines Dario Binacchi
2023-09-05 11:36 ` Raphael Gallais-Pou
2023-09-22 9:13 ` Alexandre TORGUE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).