From: codekipper@gmail.com (codekipper at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [linux-sunxi][PATCH] ARM: dts: sun7i: Add I2S0 pinctrl settings
Date: Sat, 22 Jul 2017 08:43:13 +0200 [thread overview]
Message-ID: <20170722064313.7535-1-codekipper@gmail.com> (raw)
From: Marcus Cooper <codekipper@gmail.com>
The A20 SoC has a couple of i2s blocks. This patch adds
the pinctrl settings for block i2s0.
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
---
arch/arm/boot/dts/sun7i-a20.dtsi | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 96bee776e145..01f9ee329913 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1163,6 +1163,31 @@
function = "i2c3";
};
+ i2s0_mclk: i2s0 at 0 {
+ pins = "PB5";
+ function = "i2s0";
+ };
+
+ i2s0_bclk: i2s0 at 1 {
+ pins = "PB6";
+ function = "i2s0";
+ };
+
+ i2s0_lrclk: i2s0 at 2 {
+ pins = "PB7";
+ function = "i2s0";
+ };
+
+ i2s0_sdo0: i2s0 at 3 {
+ pins = "PB8";
+ function = "i2s0";
+ };
+
+ i2s0_sdi: i2s0 at 4 {
+ pins = "PB12";
+ function = "i2s0";
+ };
+
ir0_rx_pins_a: ir0 at 0 {
pins = "PB4";
function = "ir0";
--
2.13.3
next reply other threads:[~2017-07-22 6:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-22 6:43 codekipper at gmail.com [this message]
2017-07-24 8:20 ` [linux-sunxi][PATCH] ARM: dts: sun7i: Add I2S0 pinctrl settings Maxime Ripard
2017-07-24 9:06 ` Code Kipper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170722064313.7535-1-codekipper@gmail.com \
--to=codekipper@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).