提交 c4280137 编写于 作者: S Sudeep Holla 提交者: Jassi Brar

mailbox: mailbox-test: fix the compatible string

Underscores are usually forbidden in the compatible strings. So lets
remove it before the first users of this is seen.
Acked-by: NRob Herring <robh@kernel.org>
Acked-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
上级 adf06ba9
...@@ -44,7 +44,7 @@ Optional properties ...@@ -44,7 +44,7 @@ Optional properties
Example: Example:
mailbox_test { mailbox_test {
compatible = "mailbox_test"; compatible = "mailbox-test";
reg = <0x[shared_memory_address], [shared_memory_size]>; reg = <0x[shared_memory_address], [shared_memory_size]>;
mboxes = <&mailbox2 0 1>, <&mailbox0 2 1>; mboxes = <&mailbox2 0 1>, <&mailbox0 2 1>;
mbox-names = "tx", "rx"; mbox-names = "tx", "rx";
......
...@@ -342,7 +342,7 @@ static int mbox_test_remove(struct platform_device *pdev) ...@@ -342,7 +342,7 @@ static int mbox_test_remove(struct platform_device *pdev)
} }
static const struct of_device_id mbox_test_match[] = { static const struct of_device_id mbox_test_match[] = {
{ .compatible = "mailbox_test" }, { .compatible = "mailbox-test" },
{}, {},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册