Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754349AbbEMH5l (ORCPT ); Wed, 13 May 2015 03:57:41 -0400 Received: from mail.kernel.org ([198.145.29.136]:39208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754057AbbEMH5j (ORCPT ); Wed, 13 May 2015 03:57:39 -0400 Date: Wed, 13 May 2015 08:57:32 +0100 From: Lee Jones To: Eric Anholt Cc: linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , devicetree@vger.kernel.org, Jassi Brar , Craig McGeachie , Lubomir Rintel Subject: Re: [PATCH 3/3 v2] ARM: bcm2835: Add the mailbox to the device tree Message-ID: <20150513075732.GC3394@x1> References: <1430857666-18877-1-git-send-email-eric@anholt.net> <1430857666-18877-3-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430857666-18877-3-git-send-email-eric@anholt.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 37 On Tue, 05 May 2015, Eric Anholt wrote: > Signed-off-by: Eric Anholt > Acked-by: Lee Jones > Acked-by: Stephen Warren > --- > > v2: Update for #mbox-cells 0 change in the driver. > > arch/arm/boot/dts/bcm2835.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) Applied, thanks. > diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi > index 4d4c129..4ff1b83 100644 > --- a/arch/arm/boot/dts/bcm2835.dtsi > +++ b/arch/arm/boot/dts/bcm2835.dtsi > @@ -61,6 +61,13 @@ > reg = <0x7e104000 0x10>; > }; > > + mailbox: mailbox@7e00b800 { > + compatible = "brcm,bcm2835-mbox"; > + reg = <0x7e00b880 0x40>; > + interrupts = <0 1>; > + #mbox-cells = <0>; > + }; > + > gpio: gpio@7e200000 { > compatible = "brcm,bcm2835-gpio"; > reg = <0x7e200000 0xb4>; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/