ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32mp15
authorFabrice Gasnier <fabrice.gasnier@st.com>
Thu, 19 Mar 2020 10:30:26 +0000 (11:30 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 20 Apr 2020 10:15:23 +0000 (12:15 +0200)
Fix a typo on STM32MP15 DAC, e.g. s/channels/channel

Fixes: da6cddc7e8a4 ("ARM: dts: stm32: Add DAC support to stm32mp157c")

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi

index 3ea05ba..5260818 100644 (file)
 
                        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";
                        };