linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jags gediya <jags.gediya@gmail.com>
To: linux-mmc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: WiFi card through sdio interface in kernel 3.10.17
Date: Tue, 1 Jul 2014 18:57:54 +0530	[thread overview]
Message-ID: <CAP3RZojgrZKmkhtJDcCcHBxDw+1MECGN5nKd7q7sdofko8Tdug@mail.gmail.com> (raw)

Hi all,

I am using linux kernel 3.10.17. I  have interfaced wifi module from
TI to sdio interface.
I am getting following error in kernel logs

mmc0: Switching to 3.3V signaling voltage failed

i have done following configuration in device tree.

reg_3p3v: 3p3v {
            compatible = "regulator-fixed";
            regulator-name = "3P3V";
            regulator-min-microvolt = <3300000>;
            regulator-max-microvolt = <3300000>;
            regulator-always-on;
            };

        wilink_wl_en: tiwi_wlan {
            compatible = "regulator-fixed";
            regulator-name = "wilink_wl_en";
            regulator-min-microvolt = <1800000>;
            regulator-max-microvolt = <1800000>;
            gpio = <&gpio1 12 0>;
            startup-delay-us = <70000>;
            enable-active-high;
        };

and for usdhc1,


&usdhc1 {
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_usdhc1_1>;
    bus-width = <4>;
    non-removable;
    vmmc-supply = <&reg_3p3v>;
    vqmmc-supply = <&wilink_wl_en>;
    ocr-limit = <0x80>;
    power-off-card;
    keep-power-in-suspend;
    status = "okay";
};

What can be the reason of error
mmc0: Switching to 3.3V signaling voltage failed?

                 reply	other threads:[~2014-07-01 13:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAP3RZojgrZKmkhtJDcCcHBxDw+1MECGN5nKd7q7sdofko8Tdug@mail.gmail.com \
    --to=jags.gediya@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.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).