rpmsg: Change naming of mediatek rpmsg property
Change from "mtk,rpmsg-name" to "mediatek,rpmsg-name" to sync with the vendor name defined in vendor-prefixes.yaml. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com> Link: https://lore.kernel.org/r/20210924033935.2127-6-tinghan.shen@mediatek.com [Fixed capital letter in title] Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
537d3af1be
commit
54c9237a97
@ -183,7 +183,7 @@ mtk_rpmsg_match_device_subnode(struct device_node *node, const char *channel)
|
||||
int ret;
|
||||
|
||||
for_each_available_child_of_node(node, child) {
|
||||
ret = of_property_read_string(child, "mtk,rpmsg-name", &name);
|
||||
ret = of_property_read_string(child, "mediatek,rpmsg-name", &name);
|
||||
if (ret)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user