Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754389AbcDMV6O (ORCPT ); Wed, 13 Apr 2016 17:58:14 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:36215 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbcDMV6M (ORCPT ); Wed, 13 Apr 2016 17:58:12 -0400 MIME-Version: 1.0 X-Originating-IP: [67.51.76.21] In-Reply-To: <1458744223-12164-2-git-send-email-lee.jones@linaro.org> References: <1458744223-12164-1-git-send-email-lee.jones@linaro.org> <1458744223-12164-2-git-send-email-lee.jones@linaro.org> Date: Wed, 13 Apr 2016 14:58:11 -0700 Message-ID: Subject: Re: [PATCH v2 1/5] ARM: STi: stih407-family: Add nodes for Mailbox From: Olof Johansson To: Lee Jones Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "kernel@stlinux.com" , Maxime Coquelin , Jassi Brar , Dan Carpenter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 28 Hi, On Wed, Mar 23, 2016 at 7:43 AM, Lee Jones wrote: > This patch supplies the Mailbox Controller nodes. In order to > request channels, these nodes will be referenced by Mailbox > Client nodes. > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi > index 81f8121..e6e34b4 100644 > --- a/arch/arm/boot/dts/stih407-family.dtsi > +++ b/arch/arm/boot/dts/stih407-family.dtsi > @@ -694,5 +694,38 @@ > clocks = <&clk_sysin>; > status = "okay"; > }; > + > + mailbox0: mailbox@0 { This isn't the right unit-id here. It should be @8f000000. Same for the other two. -Olof