Query on pin multiplexing with device tree

Victor Ascroft victorascroft at gmail.com
Thu Sep 25 09:06:04 EDT 2014


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 


More information about the Kernelnewbies mailing list