From: Arend van Spriel <arend@broadcom.com>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: devicetree@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>,
linux-samsung-soc@vger.kernel.org, linux-mmc@vger.kernel.org,
Doug Anderson <dianders@chromium.org>,
linux-kernel@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
Olof Johansson <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on
Date: Wed, 28 Jan 2015 15:03:36 +0100 [thread overview]
Message-ID: <54C8EC38.6010702@broadcom.com> (raw)
In-Reply-To: <1422439819-29854-6-git-send-email-javier.martinez@collabora.co.uk>
On 01/28/15 11:10, Javier Martinez Canillas wrote:
> The Snow board has a MMC/SDIO wifi chip that is always powered but it
> needs a power sequence involving a reset (active low) and an enable
> (active high) pins. Both pins are marked as active low since the MMC
> simple power sequence driver asserts the pins prior to the card power
> up procedure and de-asserts the pins after the card has been powered.
>
> So the reset line will be left de-asserted and the enable pin will be
> left asserted.
>
> The chip also needs an external 32kHz reference clock to be operational
> that is by the MAX77686 PMIC clock.
>
> Add a simple MMC power sequence provider for the wifi MMC/SDIO slot.
>
> Signed-off-by: Javier Martinez Canillas<javier.martinez@collabora.co.uk>
> ---
> arch/arm/boot/dts/exynos5250-snow.dts | 25 ++++++++++++++++++++++++-
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index b9aeec430527..0f7971ba8238 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -229,6 +229,13 @@
> power-supply =<&fet6>;
> backlight =<&backlight>;
> };
> +
> + mmc3_pwrseq: mmc3_pwrseq {
> + reset-gpios =<&gpx0 2 GPIO_ACTIVE_LOW>, /* WIFI_RSTn */
> + <&gpx0 1 GPIO_ACTIVE_LOW>; /* WIFI_EN */
> + clocks =<&max77686 MAX77686_CLK_PMIC>;
> + clock-names = "ext_clock";
> + };
> };
>
> &dp {
> @@ -531,17 +538,33 @@
> status = "okay";
> num-slots =<1>;
> broken-cd;
> + cap-sdio-irq;
This seems like an unrelated change, right?
Regards,
Arend
> card-detect-delay =<200>;
> samsung,dw-mshc-ciu-div =<3>;
> samsung,dw-mshc-sdr-timing =<2 3>;
> samsung,dw-mshc-ddr-timing =<1 2>;
> pinctrl-names = "default";
> - pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4>;
> + pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4&wifi_en&wifi_rst>;
> bus-width =<4>;
> cap-sd-highspeed;
> + mmc-pwrseq =<&mmc3_pwrseq>;
> };
>
> &pinctrl_0 {
> + wifi_en: wifi-en {
> + samsung,pins = "gpx0-1";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> + wifi_rst: wifi-rst {
> + samsung,pins = "gpx0-2";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> power_key_irq: power-key-irq {
> samsung,pins = "gpx1-3";
> samsung,pin-function =<0xf>;
WARNING: multiple messages have this Message-ID (diff)
From: arend@broadcom.com (Arend van Spriel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on
Date: Wed, 28 Jan 2015 15:03:36 +0100 [thread overview]
Message-ID: <54C8EC38.6010702@broadcom.com> (raw)
In-Reply-To: <1422439819-29854-6-git-send-email-javier.martinez@collabora.co.uk>
On 01/28/15 11:10, Javier Martinez Canillas wrote:
> The Snow board has a MMC/SDIO wifi chip that is always powered but it
> needs a power sequence involving a reset (active low) and an enable
> (active high) pins. Both pins are marked as active low since the MMC
> simple power sequence driver asserts the pins prior to the card power
> up procedure and de-asserts the pins after the card has been powered.
>
> So the reset line will be left de-asserted and the enable pin will be
> left asserted.
>
> The chip also needs an external 32kHz reference clock to be operational
> that is by the MAX77686 PMIC clock.
>
> Add a simple MMC power sequence provider for the wifi MMC/SDIO slot.
>
> Signed-off-by: Javier Martinez Canillas<javier.martinez@collabora.co.uk>
> ---
> arch/arm/boot/dts/exynos5250-snow.dts | 25 ++++++++++++++++++++++++-
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index b9aeec430527..0f7971ba8238 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -229,6 +229,13 @@
> power-supply =<&fet6>;
> backlight =<&backlight>;
> };
> +
> + mmc3_pwrseq: mmc3_pwrseq {
> + reset-gpios =<&gpx0 2 GPIO_ACTIVE_LOW>, /* WIFI_RSTn */
> + <&gpx0 1 GPIO_ACTIVE_LOW>; /* WIFI_EN */
> + clocks =<&max77686 MAX77686_CLK_PMIC>;
> + clock-names = "ext_clock";
> + };
> };
>
> &dp {
> @@ -531,17 +538,33 @@
> status = "okay";
> num-slots =<1>;
> broken-cd;
> + cap-sdio-irq;
This seems like an unrelated change, right?
Regards,
Arend
> card-detect-delay =<200>;
> samsung,dw-mshc-ciu-div =<3>;
> samsung,dw-mshc-sdr-timing =<2 3>;
> samsung,dw-mshc-ddr-timing =<1 2>;
> pinctrl-names = "default";
> - pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4>;
> + pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4&wifi_en&wifi_rst>;
> bus-width =<4>;
> cap-sd-highspeed;
> + mmc-pwrseq =<&mmc3_pwrseq>;
> };
>
> &pinctrl_0 {
> + wifi_en: wifi-en {
> + samsung,pins = "gpx0-1";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> + wifi_rst: wifi-rst {
> + samsung,pins = "gpx0-2";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> power_key_irq: power-key-irq {
> samsung,pins = "gpx1-3";
> samsung,pin-function =<0xf>;
WARNING: multiple messages have this Message-ID (diff)
From: Arend van Spriel <arend@broadcom.com>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
<devicetree@vger.kernel.org>, <linux-samsung-soc@vger.kernel.org>,
<linux-mmc@vger.kernel.org>,
"Doug Anderson" <dianders@chromium.org>,
<linux-kernel@vger.kernel.org>, Kukjin Kim <kgene@kernel.org>,
Olof Johansson <olof@lixom.net>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on
Date: Wed, 28 Jan 2015 15:03:36 +0100 [thread overview]
Message-ID: <54C8EC38.6010702@broadcom.com> (raw)
In-Reply-To: <1422439819-29854-6-git-send-email-javier.martinez@collabora.co.uk>
On 01/28/15 11:10, Javier Martinez Canillas wrote:
> The Snow board has a MMC/SDIO wifi chip that is always powered but it
> needs a power sequence involving a reset (active low) and an enable
> (active high) pins. Both pins are marked as active low since the MMC
> simple power sequence driver asserts the pins prior to the card power
> up procedure and de-asserts the pins after the card has been powered.
>
> So the reset line will be left de-asserted and the enable pin will be
> left asserted.
>
> The chip also needs an external 32kHz reference clock to be operational
> that is by the MAX77686 PMIC clock.
>
> Add a simple MMC power sequence provider for the wifi MMC/SDIO slot.
>
> Signed-off-by: Javier Martinez Canillas<javier.martinez@collabora.co.uk>
> ---
> arch/arm/boot/dts/exynos5250-snow.dts | 25 ++++++++++++++++++++++++-
> 1 file changed, 24 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
> index b9aeec430527..0f7971ba8238 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -229,6 +229,13 @@
> power-supply =<&fet6>;
> backlight =<&backlight>;
> };
> +
> + mmc3_pwrseq: mmc3_pwrseq {
> + reset-gpios =<&gpx0 2 GPIO_ACTIVE_LOW>, /* WIFI_RSTn */
> + <&gpx0 1 GPIO_ACTIVE_LOW>; /* WIFI_EN */
> + clocks =<&max77686 MAX77686_CLK_PMIC>;
> + clock-names = "ext_clock";
> + };
> };
>
> &dp {
> @@ -531,17 +538,33 @@
> status = "okay";
> num-slots =<1>;
> broken-cd;
> + cap-sdio-irq;
This seems like an unrelated change, right?
Regards,
Arend
> card-detect-delay =<200>;
> samsung,dw-mshc-ciu-div =<3>;
> samsung,dw-mshc-sdr-timing =<2 3>;
> samsung,dw-mshc-ddr-timing =<1 2>;
> pinctrl-names = "default";
> - pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4>;
> + pinctrl-0 =<&sd3_clk&sd3_cmd&sd3_bus4&wifi_en&wifi_rst>;
> bus-width =<4>;
> cap-sd-highspeed;
> + mmc-pwrseq =<&mmc3_pwrseq>;
> };
>
> &pinctrl_0 {
> + wifi_en: wifi-en {
> + samsung,pins = "gpx0-1";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> + wifi_rst: wifi-rst {
> + samsung,pins = "gpx0-2";
> + samsung,pin-function =<1>;
> + samsung,pin-pud =<0>;
> + samsung,pin-drv =<0>;
> + };
> +
> power_key_irq: power-key-irq {
> samsung,pins = "gpx1-3";
> samsung,pin-function =<0xf>;
next prev parent reply other threads:[~2015-01-28 14:03 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 10:10 [PATCH 0/5] Add multiple GPIO and external clock to MMC pwrseq_simple Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 16:34 ` Srinivas Kandagatla
2015-01-28 16:34 ` Srinivas Kandagatla
2015-01-28 16:35 ` Javier Martinez Canillas
2015-01-28 16:35 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 2/5] mmc: pwrseq_simple: Extend to support more pins Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 14:01 ` Srinivas Kandagatla
2015-01-28 14:01 ` Srinivas Kandagatla
2015-01-28 16:13 ` Javier Martinez Canillas
2015-01-28 16:13 ` Javier Martinez Canillas
2015-01-28 16:31 ` Srinivas Kandagatla
2015-01-28 16:31 ` Srinivas Kandagatla
2015-01-28 10:10 ` [PATCH 3/5] mmc: pwrseq: Document optional clock for the simple power sequence Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 4/5] mmc: pwrseq_simple: Add optional reference clock support Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 14:03 ` Arend van Spriel [this message]
2015-01-28 14:03 ` Arend van Spriel
2015-01-28 14:03 ` Arend van Spriel
2015-01-28 15:57 ` Javier Martinez Canillas
2015-01-28 15:57 ` Javier Martinez Canillas
2015-01-28 15:57 ` Javier Martinez Canillas
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=54C8EC38.6010702@broadcom.com \
--to=arend@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=javier.martinez@collabora.co.uk \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=ulf.hansson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.