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

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
......@@ -104,6 +104,7 @@ pio5: gpio@09615000 {
#interrupt-cells = <2>;
reg = <0x5000 0x100>;
st,bank-name = "PIO5";
st,retime-pin-mask = <0x3f>;
};
rc {
......@@ -519,6 +520,7 @@ pio35: gpio@09225000 {
#interrupt-cells = <2>;
reg = <0x5000 0x100>;
st,bank-name = "PIO35";
st,retime-pin-mask = <0x7f>;
};
i2c4 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment