On 1/7/2013 11:49 PM, Viresh Kumar wrote:
On 7 January 2013 20:43, Marek Vasut<[email protected]>  wrote:
The new
behaviour is the expected one and copies the behavior of
platform_data-based probe.

Blindly copying platform data behaviour to DT bindings is seldom a good
idea.

Do you have suggestions how to pass these information? I suspect the irq-over-
gpio property can be killed, since if irq-gpios prop is there, it implies irq-
over-gpio anyway.

Both can be killed. gpios as interrupt lines can be requested as:

  interrupt-parent =<&gpio-controller>;
  interrupts =<25 0x1>;

and probably the stmpe driver doesn't have to bother at all if
interrupt was over gpio
or not.
.


Yes, both can be killed and similarly we did for spear1340 machine but some how we missed it on spear320-hmi.

Regards
Vipul Samar

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to