From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751061AbdE3Kuu (ORCPT ); Tue, 30 May 2017 06:50:50 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:16222 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbdE3Kus (ORCPT ); Tue, 30 May 2017 06:50:48 -0400 Subject: Re: [PATCH v2] ARM: dts: da850: Add interrupt-controller property to gpio node To: Keerthy , CC: , , , , , , , References: <1495634501-3246-1-git-send-email-j-keerthy@ti.com> From: Sekhar Nori Message-ID: Date: Tue, 30 May 2017 16:20:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1495634501-3246-1-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 24 May 2017 07:31 PM, Keerthy wrote: > The gpio node has 144 gpios. Each gpio is capable of generating > an interrupt. Hence add interrupt-controller property to the gpio > node. With this in place one can use interrupts property in device > tree to request for the gpio interrupts. > > Signed-off-by: Keerthy Applied to v4.13/dt Thanks, Sekhar