From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Mon, 27 Jul 2015 10:44:32 +0100 Subject: [PATCH v2 6/6] ARM: STi: DT: STiH407: Enable Mailbox testing facility In-Reply-To: <1437990272-23111-1-git-send-email-lee.jones@linaro.org> References: <1437990272-23111-1-git-send-email-lee.jones@linaro.org> Message-ID: <1437990272-23111-7-git-send-email-lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 c061d11..df7fe80 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -567,6 +567,12 @@ }; }; + mailbox_test { + compatible = "mailbox_test"; + mboxes = <&mailbox2 1 31 MBOX_TX>, <&mailbox0 1 31 MBOX_RX>; + mbox-names = "tx", "rx"; + }; + mailbox0: mailbox at 0 { compatible = "st,stih407-mailbox"; reg = <0x8f00000 0x1000>; -- 1.9.1