All of lore.kernel.org
 help / color / mirror / Atom feed
From: victorascroft@gmail.com (Victor Ascroft)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Query on pin multiplexing with device tree
Date: Thu, 25 Sep 2014 18:36:04 +0530	[thread overview]
Message-ID: <5424133C.5090106@gmail.com> (raw)
In-Reply-To: <mailman.879.1411472167.2642.kernelnewbies@kernelnewbies.org>

Hello,

pinctrl_touchctrl_idle: touchctrl_idle {
            fsl,pins = <
                MF610_PAD_PTA18__GPIO_8            0x0041
                MF610_PAD_PTA19__GPIO_9            0x0041
                >;
        };

        pinctrl_touchctrl_read: touchctrl_read {
            fsl,pins = <
                MF610_PAD_PTA18__ADC0_SE0        0x0041
                MF610_PAD_PTA19__ADC0_SE1        0x0041
                >;

If i have pin multiplexing in device tree as above, how can i select and change the pin multiplexing at run time?

Regards,
Sanchayan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140925/7ba0ae4f/attachment.html 

       reply	other threads:[~2014-09-25 13:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.879.1411472167.2642.kernelnewbies@kernelnewbies.org>
2014-09-25 13:06 ` Victor Ascroft [this message]
2014-09-25 14:09   ` Query on pin multiplexing with device tree Maxime Ripard
2014-09-25 14:35     ` Victor Ascroft

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=5424133C.5090106@gmail.com \
    --to=victorascroft@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.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.