From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH v3 4/4] ARM: dts: Enable Broadcom iProc mailbox controller Date: Wed, 25 Jan 2017 16:27:55 -0800 Message-ID: <32cbeb0b-d27a-58ac-654d-4eadf0cceec7@gmail.com> References: <1485390422-3984-1-git-send-email-jonathan.richardson@broadcom.com> <1485390422-3984-5-git-send-email-jonathan.richardson@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1485390422-3984-5-git-send-email-jonathan.richardson-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jonathan Richardson , Jassi Brar Cc: Rob Herring , Mark Rutland , Ray Jui , Scott Branden , Jon Mason , Russell King , Vikram Prakash , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, BCM Kernel Feedback List-Id: devicetree@vger.kernel.org On 01/25/2017 04:27 PM, Jonathan Richardson wrote: > Add node for iProc mailbox controller and enable. > > Reviewed-by: Jonathan Richardson > Reviewed-by: Shreesha Rajashekar > Reviewed-by: Ray Jui > Tested-by: Jonathan Richardson > Reviewed-by: Vikram Prakash > Reviewed-by: Scott Branden > Signed-off-by: Jonathan Richardson > --- > arch/arm/boot/dts/bcm-cygnus.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi > index cf02271..606e11a 100644 > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi > @@ -121,6 +121,12 @@ > <0x0301d24c 0x2c>; > }; > > + mailbox: mailbox@03024024 { > + compatible = "brcm,iproc-mailbox"; > + reg = <0x03024024 0x8>; > + #mbox-cells = <1>; > + }; Can you squash this change with the previous one? It seems to me like you are just removing the interrupt properties, and updating the reg property to be only 0x8 bytes. Thank you -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html