Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756548AbdLOVDs (ORCPT ); Fri, 15 Dec 2017 16:03:48 -0500 Received: from mail-ot0-f196.google.com ([74.125.82.196]:41911 "EHLO mail-ot0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755691AbdLOVDq (ORCPT ); Fri, 15 Dec 2017 16:03:46 -0500 X-Google-Smtp-Source: ACJfBovdhrfiELGeVRCg3VVYgMxSjWsV4dLhZaxaTcdYbMpCFIfDE4yJdbY3qtHtpWb9x3vIfz2cgQ== Date: Fri, 15 Dec 2017 15:03:45 -0600 From: Rob Herring To: Nishanth Menon Cc: Marco Franchi , Mark Rutland , Jassi Brar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: mailbox: ti,message-manager: Fix interrupt name error Message-ID: <20171215210345.2eb3nm2uqegxn2q3@rob-hp-laptop> References: <20171209193528.29491-1-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171209193528.29491-1-nm@ti.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 16 On Sat, Dec 09, 2017 at 01:35:28PM -0600, Nishanth Menon wrote: > Message Manager's mailbox interrupts are queue based and not proxy > specific. The interrupt names are wrong in the binding, however > correctly reflected in the example provided. Remove the relation > to proxy ID in the documentation of binding. Existing device tree > descriptions follow the correct conventions already and documentation > update has been missed. > > Signed-off-by: Nishanth Menon > --- > Documentation/devicetree/bindings/mailbox/ti,message-manager.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Rob