提交 d90accb9 编写于 作者: K Karim BEN BELGACEM 提交者: 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: NKarim BEN BELGACEM <karim.ben-belgacem@st.com>
Acked-by: NMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NMaxime Coquelin <maxime.coquelin@st.com>
上级 358764f3
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
reg = <0x5000 0x100>; reg = <0x5000 0x100>;
st,bank-name = "PIO5"; st,bank-name = "PIO5";
st,retime-pin-mask = <0x3f>;
}; };
rc { rc {
...@@ -519,6 +520,7 @@ ...@@ -519,6 +520,7 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
reg = <0x5000 0x100>; reg = <0x5000 0x100>;
st,bank-name = "PIO35"; st,bank-name = "PIO35";
st,retime-pin-mask = <0x7f>;
}; };
i2c4 { i2c4 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册