Commit 4bbb76ee authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32mp15



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

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

Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent a7c0bbc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -550,14 +550,14 @@ dac: dac@40017000 {

			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";
			};