Re: [PATCH] dt-bindings: mfd: Improve readability for TPS65217 interrupt sources

From: Milo Kim
Date: Wed Nov 23 2016 - 06:38:10 EST


On 11/23/2016 12:57 AM, Lee Jones wrote:
pwrbutton {
> - interrupts = <TPS65217_IRQ_PB>;
> + interrupts = <TPS65217_IRQ_PUSHBUTTON>;
Push button or power button?


According to the datasheet, push button interrupt is correct.

http://www.ti.com/lit/ds/symlink/tps65217.pdf

This is used for a power button input in Beaglebone boards. In other words, the power button is one of push button usages.

So, I'd like to keep general name for the interrupt.

Best regards,
Milo