Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935712AbcKWLiI (ORCPT ); Wed, 23 Nov 2016 06:38:08 -0500 Received: from mail-pg0-f51.google.com ([74.125.83.51]:36758 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756313AbcKWLiG (ORCPT ); Wed, 23 Nov 2016 06:38:06 -0500 Subject: Re: [PATCH] dt-bindings: mfd: Improve readability for TPS65217 interrupt sources To: Lee Jones References: <20161121131515.8040-1-woogyom.kim@gmail.com> <20161122155759.GG10134@dell.home> Cc: bcousson@baylibre.com, Tony Lindgren , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Robert Nelson From: Milo Kim Message-ID: Date: Wed, 23 Nov 2016 20:38:00 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161122155759.GG10134@dell.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 489 Lines: 18 On 11/23/2016 12:57 AM, Lee Jones wrote: >> pwrbutton { >> > - interrupts = ; >> > + interrupts = ; > 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