From: gary.bisson@boundarydevices.com (Gary Bisson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support
Date: Mon, 7 Sep 2015 18:57:47 +0200 [thread overview]
Message-ID: <1441645069-27263-3-git-send-email-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <1441645069-27263-1-git-send-email-gary.bisson@boundarydevices.com>
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 55 +++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
index ec9da5e..7a2830e 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
@@ -65,6 +65,19 @@
pinctrl-0 = <&pinctrl_can_xcvr>;
gpio = <&gpio1 2 GPIO_ACTIVE_LOW>;
};
+
+ reg_wlan_vmmc: regulator at 4 {
+ compatible = "regulator-fixed";
+ reg = <4>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_wlan_vmmc>;
+ regulator-name = "reg_wlan_vmmc";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
+ startup-delay-us = <70000>;
+ enable-active-high;
+ };
};
gpio-keys {
@@ -481,6 +494,18 @@
>;
};
+ pinctrl_usdhc2: usdhc2grp {
+ fsl,pins = <
+ MX6QDL_PAD_SD2_CMD__SD2_CMD 0x17071
+ MX6QDL_PAD_SD2_CLK__SD2_CLK 0x10071
+ MX6QDL_PAD_SD2_DAT0__SD2_DATA0 0x17071
+ MX6QDL_PAD_SD2_DAT1__SD2_DATA1 0x17071
+ MX6QDL_PAD_SD2_DAT2__SD2_DATA2 0x17071
+ MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x17071
+ MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x000b0
+ >;
+ };
+
pinctrl_usdhc3: usdhc3grp {
fsl,pins = <
MX6QDL_PAD_SD3_CMD__SD3_CMD 0x17059
@@ -504,6 +529,15 @@
MX6QDL_PAD_NANDF_D6__GPIO2_IO06 0x1b0b0 /* CD */
>;
};
+
+ pinctrl_wlan_vmmc: wlan_vmmcgrp {
+ fsl,pins = <
+ MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x100b0
+ MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x000b0
+ MX6QDL_PAD_NANDF_CS3__GPIO6_IO16 0x000b0
+ MX6QDL_PAD_SD1_CLK__OSC32K_32K_OUT 0x000b0
+ >;
+ };
};
};
@@ -579,6 +613,27 @@
status = "okay";
};
+&usdhc2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc2>;
+ bus-width = <4>;
+ non-removable;
+ vmmc-supply = <®_wlan_vmmc>;
+ cap-power-off-card;
+ keep-power-in-suspend;
+ status = "okay";
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+ wlcore: wlcore at 2 {
+ compatible = "ti,wl1271";
+ reg = <2>;
+ interrupt-parent = <&gpio6>;
+ interrupts = <14 IRQ_TYPE_LEVEL_HIGH>;
+ ref-clock-frequency = <38400000>;
+ };
+};
+
&usdhc3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc3>;
--
2.5.1
next prev parent reply other threads:[~2015-09-07 16:57 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 16:57 [PATCH 0/4] ARM: dts: update Boundary Devices boards support Gary Bisson
2015-09-07 16:57 ` [PATCH 1/4] ARM: dts: imx6dql-nitrogen6x: add touchscreen support Gary Bisson
2015-09-08 6:58 ` Philipp Zabel
2015-09-08 13:12 ` Gary Bisson
2015-09-07 16:57 ` Gary Bisson [this message]
2015-09-07 16:57 ` [PATCH 3/4] ARM: dts: imx: add Boundary Devices Nitrogen6_Max board Gary Bisson
2015-09-07 16:57 ` [PATCH 4/4] ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board Gary Bisson
2015-09-08 1:08 ` Fabio Estevam
2015-09-08 10:18 ` Gary Bisson
2015-09-08 11:41 ` Fabio Estevam
2015-09-08 14:34 ` [PATCH v2 0/9] ARM: dts: update Boundary Devices boards support Gary Bisson
2015-09-08 14:34 ` [PATCH v2 1/9] ARM: dts: imx6dql-nitrogen6x: add touchscreen support Gary Bisson
2015-09-08 14:49 ` Philipp Zabel
2015-09-08 20:33 ` Russell King - ARM Linux
2015-09-09 10:03 ` Gary Bisson
2015-09-08 14:34 ` [PATCH v2 2/9] ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support Gary Bisson
2015-09-08 14:34 ` [PATCH v2 3/9] ARM: dts: imx6qdl-nitrogen6x: relicense under GPLv2/X11 Gary Bisson
2015-09-08 14:34 ` [PATCH v2 4/9] ARM: dts: imx6qdl-sabrelite: " Gary Bisson
2015-09-08 14:34 ` [PATCH v2 5/9] of: Add Boundary Devices Inc. vendor prefix Gary Bisson
2015-09-08 14:34 ` [PATCH v2 6/9] ARM: dts: imx6q-nitrogen6x: change manufacturer to Boundary Devices Gary Bisson
2015-09-08 14:34 ` [PATCH v2 7/9] ARM: dts: imx6dl-nitrogen6x: " Gary Bisson
2015-09-08 14:34 ` [PATCH v2 8/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Max board Gary Bisson
2015-09-08 14:34 ` [PATCH v2 9/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board Gary Bisson
2015-09-09 12:30 ` [PATCH v3 0/9] ARM: dts: update Boundary Devices boards support Gary Bisson
2015-09-09 12:30 ` [PATCH v3 1/9] ARM: dts: imx6dql-nitrogen6x: add touchscreen support Gary Bisson
2015-09-09 12:30 ` [PATCH v3 2/9] ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support Gary Bisson
2015-09-09 12:30 ` [PATCH v3 3/9] ARM: dts: imx6qdl-nitrogen6x: relicense under GPLv2/X11 Gary Bisson
2015-09-09 12:30 ` [PATCH v3 4/9] ARM: dts: imx6qdl-sabrelite: " Gary Bisson
2015-09-09 12:30 ` [PATCH v3 5/9] of: Add Boundary Devices Inc. vendor prefix Gary Bisson
2015-09-09 12:30 ` [PATCH v3 6/9] ARM: dts: imx6q-nitrogen6x: change manufacturer to Boundary Devices Gary Bisson
2015-09-09 12:30 ` [PATCH v3 7/9] ARM: dts: imx6dl-nitrogen6x: " Gary Bisson
2015-09-09 12:30 ` [PATCH v3 8/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Max board Gary Bisson
2015-09-09 12:30 ` [PATCH v3 9/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board Gary Bisson
2015-09-30 6:03 ` [PATCH v3 0/9] ARM: dts: update Boundary Devices boards support Shawn Guo
2015-09-30 13:46 ` [RESEND][PATCH " Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 1/9] ARM: dts: imx6dql-nitrogen6x: add touchscreen support Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 2/9] ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 3/9] ARM: dts: imx6qdl-nitrogen6x: relicense under GPLv2/X11 Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 4/9] ARM: dts: imx6qdl-sabrelite: " Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 5/9] of: Add Boundary Devices Inc. vendor prefix Gary Bisson
2015-10-01 13:26 ` Rob Herring
2015-09-30 13:46 ` [RESEND][PATCH v3 6/9] ARM: dts: imx6q-nitrogen6x: change manufacturer to Boundary Devices Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 7/9] ARM: dts: imx6dl-nitrogen6x: " Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 8/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Max board Gary Bisson
2015-09-30 13:46 ` [RESEND][PATCH v3 9/9] ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board Gary Bisson
2015-10-08 8:02 ` [RESEND][PATCH v3 0/9] ARM: dts: update Boundary Devices boards support Shawn Guo
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=1441645069-27263-3-git-send-email-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.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).