Skip to content

Commit

Permalink
rpmsg: Change naming of mediatek rpmsg property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tinghan Shen authored and Bjorn Andersson committed Sep 27, 2021
1 parent 537d3af commit 54c9237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rpmsg/mtk_rpmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 54c9237

Please sign in to comment.