[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150513075732.GC3394@x1>
Date: Wed, 13 May 2015 08:57:32 +0100
From: Lee Jones <lee@...nel.org>
To: Eric Anholt <eric@...olt.net>
Cc: linux-arm-kernel@...ts.infradead.org,
linux-rpi-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Stephen Warren <swarren@...dotorg.org>,
devicetree@...r.kernel.org, Jassi Brar <jassisinghbrar@...il.com>,
Craig McGeachie <slapdau@...oo.com.au>,
Lubomir Rintel <lkundrak@...sk>
Subject: Re: [PATCH 3/3 v2] ARM: bcm2835: Add the mailbox to the device tree
On Tue, 05 May 2015, Eric Anholt wrote:
> Signed-off-by: Eric Anholt <eric@...olt.net>
> Acked-by: Lee Jones <lee.jones@...aro.org>
> Acked-by: Stephen Warren <swarren@...dotorg.org>
> ---
>
> 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@...0b800 {
> + compatible = "brcm,bcm2835-mbox";
> + reg = <0x7e00b880 0x40>;
> + interrupts = <0 1>;
> + #mbox-cells = <0>;
> + };
> +
> gpio: gpio@...00000 {
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists