diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-09-28 12:37:00 (GMT) |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-30 08:04:16 (GMT) |
commit | d8036479848b997094b5bd32aa96f61960d3f0db (patch) | |
tree | 5e00e172a1718a0f8d3a918ff60ed48d6170cf59 | |
parent | 193bb623f22a63524e71c7a8980189d59fa6083c (diff) | |
download | linux-d8036479848b997094b5bd32aa96f61960d3f0db.tar.xz |
ARM: DT: STiH407: Add serial3 pinctrl configuration
Add missing serial 3 pinctrl config. This can be used
on b2206 HVK, where it defaults to PIO31[3] & PIO31[4],
alternate 1.
Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
-rw-r--r-- | arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 2248e44..5d725fe 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1009,6 +1009,15 @@ }; }; }; + + serial3 { + pinctrl_serial3: serial3-0 { + st,pins { + tx = <&pio31 3 ALT1 OUT>; + rx = <&pio31 4 ALT1 IN>; + }; + }; + }; }; pin-controller-flash { |