Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d90accb9 authored by Karim BEN BELGACEM's avatar Karim BEN BELGACEM Committed by Maxime Coquelin
Browse files

ARM: STi: DT: STiH407: Fix retime pin mask for PIO5 and PIO35



This will avoid programming the retime registers when not implemented

- PIO5  : no retime registers assigned to pins 6 and 7
- PIO35 : pin 7 is reserved so no retime register assigned to it

Signed-off-by: default avatarKarim BEN BELGACEM <karim.ben-belgacem@st.com>
Acked-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 358764f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
				#interrupt-cells = <2>;
				reg = <0x5000 0x100>;
				st,bank-name = "PIO5";
				st,retime-pin-mask = <0x3f>;
			};

			rc {
@@ -519,6 +520,7 @@
				#interrupt-cells = <2>;
				reg = <0x5000 0x100>;
				st,bank-name = "PIO35";
				st,retime-pin-mask = <0x7f>;
			};

			i2c4 {