From: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
To: Maxime Ripard
<maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
Subject: [PATCH 2/3] arm64: allwinner: dts: h6: add pinmux for MMC1
Date: Tue, 24 Jul 2018 09:15:50 +0800 [thread overview]
Message-ID: <20180724011551.49603-3-icenowy@aosc.io> (raw)
In-Reply-To: <20180724011551.49603-1-icenowy-h8G6r0blFSE@public.gmane.org>
The MMC1 controller on H6, in the reference design and most third party
design, is used to connect SDIO Wi-Fi.
Add pinmux for it.
Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
---
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
index cfa5fffcf62b..ba1a3a3e2149 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
@@ -134,6 +134,14 @@
bias-pull-up;
};
+ mmc1_pins: mmc1-pins {
+ pins = "PG0", "PG1", "PG2", "PG3",
+ "PG4", "PG5";
+ function = "mmc1";
+ drive-strength = <30>;
+ bias-pull-up;
+ };
+
mmc2_pins: mmc2-pins {
pins = "PC1", "PC4", "PC5", "PC6",
"PC7", "PC8", "PC9", "PC10",
--
2.18.0
next prev parent reply other threads:[~2018-07-24 1:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 1:15 [PATCH 0/3] Add support for Pine H64 model B w/ Wi-Fi support Icenowy Zheng
2018-07-24 1:15 ` [PATCH 1/3] arm64: allwinner: dts: h6: add Pine H64 model B Icenowy Zheng
[not found] ` <20180724011551.49603-1-icenowy-h8G6r0blFSE@public.gmane.org>
2018-07-24 1:15 ` Icenowy Zheng [this message]
[not found] ` <20180724011551.49603-3-icenowy-h8G6r0blFSE@public.gmane.org>
2018-07-24 8:56 ` [PATCH 2/3] arm64: allwinner: dts: h6: add pinmux for MMC1 Maxime Ripard
2018-07-24 8:57 ` Icenowy Zheng
2018-07-24 1:15 ` [PATCH 3/3] arm64: allwinner: dts: h6: add Wi-Fi support for Pine H64 model A/B Icenowy Zheng
[not found] ` <20180724011551.49603-4-icenowy-h8G6r0blFSE@public.gmane.org>
2018-07-24 2:21 ` Chen-Yu Tsai
[not found] ` <CAGb2v67zR-Q9n7L6CaFKDUJFHFEC_h8-RYxkdyeyJb_GbNmkJw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-24 2:23 ` Icenowy Zheng
[not found] ` <CEA43CB7-1DA6-4983-BF18-82C4A48FB92B-h8G6r0blFSE@public.gmane.org>
2018-07-24 2:26 ` Chen-Yu Tsai
[not found] ` <CAGb2v64Qae4O430kP30DQNhp0Dt774OHt0nMe35ckp8X=CTFLg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-24 2:28 ` Icenowy Zheng
[not found] ` <AC678B03-19B7-4110-B333-72188CE71296-h8G6r0blFSE@public.gmane.org>
2018-07-24 2:37 ` Chen-Yu Tsai
[not found] ` <CAGb2v656oPmAX=_y88b05xqrona3HFtU-VmNQhHxK_n-4gD+aw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-24 2:39 ` Icenowy Zheng
2018-07-24 14:41 ` Maxime Ripard
2018-07-24 14:42 ` Icenowy Zheng
[not found] ` <198DB486-4789-4777-9596-2BD6FAFFB741-h8G6r0blFSE@public.gmane.org>
2018-07-25 12:19 ` Maxime Ripard
2018-07-25 12:20 ` Icenowy Zheng
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=20180724011551.49603-3-icenowy@aosc.io \
--to=icenowy-h8g6r0blfse@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.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).