diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-09-05 15:16:00 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-14 13:37:08 +0200 |
commit | 857d477feb5d9a62ba8fb3a06bf2ad200bc7f4ad (patch) | |
tree | 007f1fc22359aca291fc984317bc63ff4aee5fca /arch/arm/boot | |
parent | d4fe226c7ff3af3c707e766e98af06ebe6626e5e (diff) | |
download | blackbird-obmc-linux-857d477feb5d9a62ba8fb3a06bf2ad200bc7f4ad.tar.gz blackbird-obmc-linux-857d477feb5d9a62ba8fb3a06bf2ad200bc7f4ad.zip |
ARM: DT: STiH407: Add spdif_out pinctrl config
This patch adds the pinctrl config for the spidf out
pins used by the sasg codec IP.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/stih407-pinctrl.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index d7ad21c5d2a6..c325cc059ae4 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1131,6 +1131,14 @@ }; }; + spdif_out { + pinctrl_spdif_out: spdif_out{ + st,pins { + spdif_out = <&pio34 7 ALT1 OUT>; + }; + }; + }; + serial3 { pinctrl_serial3: serial3-0 { st,pins { |