Pekon,

A few questions regarding this patch, despite the fact I'm not sure it will
ever be included.

On 20 Mar 01:04 PM, Pekon Gupta wrote:
> +                     0x70 (MUX_MODE0 | PIN_INPUT_PULLUP )    /* 
> gpmc_wait0.gpmc_wait0 */
> +                     0x74 (MUX_MODE7 | PIN_OUTPUT_PULLUP)    /* 
> gpmc_wpn.gpio0_30 */

Is this output pin?

> +                     0x7c (MUX_MODE0 | PIN_OUTPUT_PULLUP)    /* 
> gpmc_csn0.gpmc_csn0  */

Again: is this output pin?

> +             gpmc,wait-on-read = "true";
> +             gpmc,wait-on-write = "true";

The devicetree binding says these wait properties are bool, so the above
should be:

                gpmc,wait-on-read;
                gpmc,wait-on-write;

But the problem is that there's no wait-pin defined, so this not enabled.

Could you explain what should be the correct binding? This is very confusing
for me.

Thanks!
-- 
Ezequiel GarcĂ­a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to