Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1707327 > unrolled thread
| Started by | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> |
|---|---|
| First post | 2017-08-09 15:00 +0200 |
| Last post | 2017-08-09 18:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: uniphier: add audio out pin-mux node Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> - 2017-08-09 15:00 +0200
Re: [PATCH] ARM: dts: uniphier: add audio out pin-mux node Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-09 18:00 +0200
| From | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> |
|---|---|
| Date | 2017-08-09 15:00 +0200 |
| Subject | [PATCH] ARM: dts: uniphier: add audio out pin-mux node |
| Message-ID | <ucyKB-7af-3@gated-at.bofh.it> |
The UniPhier AIO2013 audio system needs I2S and clock signal pins
to connect external codec chip.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
---
arch/arm/boot/dts/uniphier-pinctrl.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
index 246f35ffb638..c70be5d78bd5 100644
--- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi
+++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
@@ -44,6 +44,11 @@
*/
&pinctrl {
+ pinctrl_aout: aout_grp {
+ groups = "aout";
+ function = "aout";
+ };
+
pinctrl_emmc: emmc_grp {
groups = "emmc", "emmc_dat8";
function = "emmc";
--
2.13.2
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-08-09 18:00 +0200 |
| Message-ID | <ucByO-T5-5@gated-at.bofh.it> |
| In reply to | #1707327 |
2017-08-09 21:55 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>: > The UniPhier AIO2013 audio system needs I2S and clock signal pins > to connect external codec chip. > > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> > --- Applied to linux-uniphier. Thanks! -- Best Regards Masahiro Yamada
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web