Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752703AbdFLSWn (ORCPT ); Mon, 12 Jun 2017 14:22:43 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:35600 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752086AbdFLSWl (ORCPT ); Mon, 12 Jun 2017 14:22:41 -0400 Subject: Re: [PATCH v2 2/4] dt: bindings: Add bindings for bcm2835-aux-intc To: Phil Elwell , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland , Stefan Wahren , Eric Anholt , Russell King , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-clk@vger.kernel.org References: From: Florian Fainelli Message-ID: <35172597-5b6f-852a-c598-f25eb1a46aec@gmail.com> Date: Mon, 12 Jun 2017 11:22:37 -0700 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: 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 Content-Length: 1328 Lines: 34 On 06/12/2017 07:25 AM, Phil Elwell wrote: > Add bindings documentation for brcm,bcm2835-aux-intc and human-readable > declarations for the BCM2835 AUX IRQs. > > Signed-off-by: Phil Elwell > --- }; > diff --git a/include/dt-bindings/interrupt-controller/bcm2835-aux-intc.h b/include/dt-bindings/interrupt-controller/bcm2835-aux-intc.h > new file mode 100644 > index 0000000..8b9fc12 > --- /dev/null > +++ b/include/dt-bindings/interrupt-controller/bcm2835-aux-intc.h > @@ -0,0 +1,20 @@ > +/* > + * Copyright (C) 2017 Raspberry Pi (Trading) Ltd. > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public License, > + * version 2, as published by the Free Software Foundation. > + * > + * This program is distributed in the hope it will be useful, but WITHOUT > + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > + * more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program. If not, see . Can we consider another license for this file? Most Device Tree files seems to be under the ISC license. Thanks! -- Florian