Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1416386
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 14/18] ARM: DT: STiH407: Add spdif_out pinctrl config |
| Date | 2016-06-07 18:30 +0200 |
| Message-ID | <rHs38-4Y1-33@gated-at.bofh.it> (permalink) |
| References | <rHrTr-4UH-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
arch/arm/boot/dts/stih407-pinctrl.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index 537db7e..598dbab 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -1114,6 +1114,14 @@
};
};
+ spdif_out {
+ pinctrl_spdif_out: spdif_out{
+ st,pins {
+ spdif_out = <&pio34 7 ALT1 OUT>;
+ };
+ };
+ };
+
serial3 {
pinctrl_serial3: serial3-0 {
st,pins {
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v5 14/18] ARM: DT: STiH407: Add spdif_out pinctrl config Peter Griffin <peter.griffin@linaro.org> - 2016-06-07 18:30 +0200
csiph-web