Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756199AbcDLJSx (ORCPT ); Tue, 12 Apr 2016 05:18:53 -0400 Received: from foss.arm.com ([217.140.101.70]:53922 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753472AbcDLJSu (ORCPT ); Tue, 12 Apr 2016 05:18:50 -0400 Subject: Re: [PATCH v2 2/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility To: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1458744223-12164-1-git-send-email-lee.jones@linaro.org> <1458744223-12164-3-git-send-email-lee.jones@linaro.org> Cc: Sudeep Holla , jassisinghbrar@gmail.com, kernel@stlinux.com, dan.carpenter@oracle.com, maxime.coquelin@st.com From: Sudeep Holla Organization: ARM Message-ID: <570CBD75.5080401@arm.com> Date: Tue, 12 Apr 2016 10:18:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1458744223-12164-3-git-send-email-lee.jones@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 797 Lines: 29 Hi Lee, On 23/03/16 14:43, Lee Jones wrote: > This patch supplies a Client node to enable the Mailbox testing > facility. It will be used to send and receive messages from any > given co-processor in order to test the STi Mailbox Controller > driver. > > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi > index e6e34b4..9376c38 100644 > --- a/arch/arm/boot/dts/stih407-family.dtsi > +++ b/arch/arm/boot/dts/stih407-family.dtsi > @@ -695,6 +695,12 @@ > status = "okay"; > }; > > + mailbox_test { > + compatible = "mailbox_test"; IIRC, we changed this to "mailbox-text" ? -- Regards, Sudeep