linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429
@ 2020-03-19 10:23 Fabrice Gasnier
  2020-04-01  7:53 ` Alexandre Torgue
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Gasnier @ 2020-03-19 10:23 UTC (permalink / raw)
  To: alexandre.torgue
  Cc: jic23, robh+dt, mcoquelin.stm32, mark.rutland, linux-arm-kernel,
	devicetree, linux-kernel, linux-stm32, fabrice.gasnier

Fix a typo on STM32F429 DAC, e.g. s/channels/channel

Fixes: 25329b23fae9 ("ARM: dts: stm32: Add DAC support on stm32f429")

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 arch/arm/boot/dts/stm32f429.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index d777069..393f43c 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -414,14 +414,14 @@
 
 			dac1: dac@1 {
 				compatible = "st,stm32-dac";
-				#io-channels-cells = <1>;
+				#io-channel-cells = <1>;
 				reg = <1>;
 				status = "disabled";
 			};
 
 			dac2: dac@2 {
 				compatible = "st,stm32-dac";
-				#io-channels-cells = <1>;
+				#io-channel-cells = <1>;
 				reg = <2>;
 				status = "disabled";
 			};
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429
  2020-03-19 10:23 [PATCH] ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429 Fabrice Gasnier
@ 2020-04-01  7:53 ` Alexandre Torgue
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Torgue @ 2020-04-01  7:53 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: jic23, robh+dt, mcoquelin.stm32, mark.rutland, linux-arm-kernel,
	devicetree, linux-kernel, linux-stm32

Hi Fabrice

On 3/19/20 11:23 AM, Fabrice Gasnier wrote:
> Fix a typo on STM32F429 DAC, e.g. s/channels/channel
> 
> Fixes: 25329b23fae9 ("ARM: dts: stm32: Add DAC support on stm32f429")
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>   arch/arm/boot/dts/stm32f429.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
> index d777069..393f43c 100644
> --- a/arch/arm/boot/dts/stm32f429.dtsi
> +++ b/arch/arm/boot/dts/stm32f429.dtsi
> @@ -414,14 +414,14 @@
>   
>   			dac1: dac@1 {
>   				compatible = "st,stm32-dac";
> -				#io-channels-cells = <1>;
> +				#io-channel-cells = <1>;
>   				reg = <1>;
>   				status = "disabled";
>   			};
>   
>   			dac2: dac@2 {
>   				compatible = "st,stm32-dac";
> -				#io-channels-cells = <1>;
> +				#io-channel-cells = <1>;
>   				reg = <2>;
>   				status = "disabled";
>   			};
> 

Applied on stm32-next.

Thanks.
Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-01  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 10:23 [PATCH] ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429 Fabrice Gasnier
2020-04-01  7:53 ` 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).