diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-08-15 08:17:00 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-02 09:14:55 -0400 |
commit | c3df8e211eae7c1ecc7cc7eefa23f7901bfbdd89 (patch) | |
tree | 68aac3d704933858151cdd072ad95abd23711d90 | |
parent | 8f416dcd2c06580b12db3ba3f8379350660f2ddf (diff) |
ARM: dts: STiH407-pinctrl: Add pinctrl_rgmii1_mdio_1 node
On 96board, we can't reuse rgmii1-mdio as the pin pio1 3
( mdint ) is dedicated for user led green 1. So create
rgmii1_mdio_1 for 96board on which only mdio and mdc pins
are useful.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/stih407-pinctrl.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index e05be3ccd740..3e7a56dd17ff 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi | |||
@@ -230,6 +230,13 @@ | |||
230 | }; | 230 | }; |
231 | }; | 231 | }; |
232 | 232 | ||
233 | pinctrl_rgmii1_mdio_1: rgmii1-mdio-1 { | ||
234 | st,pins { | ||
235 | mdio = <&pio1 0 ALT1 OUT BYPASS 0>; | ||
236 | mdc = <&pio1 1 ALT1 OUT NICLK 0 CLK_A>; | ||
237 | }; | ||
238 | }; | ||
239 | |||
233 | pinctrl_mii1: mii1 { | 240 | pinctrl_mii1: mii1 { |
234 | st,pins { | 241 | st,pins { |
235 | txd0 = <&pio0 0 ALT1 OUT SE_NICLK_IO 0 CLK_A>; | 242 | txd0 = <&pio0 0 ALT1 OUT SE_NICLK_IO 0 CLK_A>; |