diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-09-28 14:37:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-30 10:04:24 +0200 |
commit | 9af0a7b5e6cbf1a67258dd5eca03b4403640a355 (patch) | |
tree | f79068d9658ca61ce404f414920a8e4208c2d77b /arch/arm/boot/dts/stih407-pinctrl.dtsi | |
parent | ARM: DT: STiH407: Add serial3 pinctrl configuration (diff) | |
download | linux-9af0a7b5e6cbf1a67258dd5eca03b4403640a355.tar.xz linux-9af0a7b5e6cbf1a67258dd5eca03b4403640a355.zip |
ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config
This patch adds the pin configuration for the NOR flash controller.
Signed-off-by: Christophe Kerello <christophe.kerello@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>
Diffstat (limited to 'arch/arm/boot/dts/stih407-pinctrl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih407-pinctrl.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 5d725fe7bbfc..b7a405f49b69 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1072,6 +1072,19 @@ }; }; }; + + fsm { + pinctrl_fsm: fsm { + st,pins { + spi-fsm-clk = <&pio40 1 ALT1 OUT>; + spi-fsm-cs = <&pio40 0 ALT1 OUT>; + spi-fsm-mosi = <&pio40 2 ALT1 OUT>; + spi-fsm-miso = <&pio40 3 ALT1 IN>; + spi-fsm-hol = <&pio40 5 ALT1 OUT>; + spi-fsm-wp = <&pio40 4 ALT1 OUT>; + }; + }; + }; }; }; }; |