Commit 0a84a000 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743



LPTimer pwm cells should be updated to 3, to allow initialization of
channel, period and polarity.

Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent f235cf5d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ lptimer1: timer@40002400 {

			pwm {
				compatible = "st,stm32-pwm-lp";
				#pwm-cells = <3>;
				status = "disabled";
			};

@@ -382,6 +383,7 @@ lptimer2: timer@58002400 {

			pwm {
				compatible = "st,stm32-pwm-lp";
				#pwm-cells = <3>;
				status = "disabled";
			};

@@ -408,6 +410,7 @@ lptimer3: timer@58002800 {

			pwm {
				compatible = "st,stm32-pwm-lp";
				#pwm-cells = <3>;
				status = "disabled";
			};

@@ -429,6 +432,7 @@ lptimer4: timer@58002c00 {

			pwm {
				compatible = "st,stm32-pwm-lp";
				#pwm-cells = <3>;
				status = "disabled";
			};
		};
@@ -444,6 +448,7 @@ lptimer5: timer@58003000 {

			pwm {
				compatible = "st,stm32-pwm-lp";
				#pwm-cells = <3>;
				status = "disabled";
			};
		};