Skip to content

Commit 54c9237

Browse files
tinghan-shenandersson
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] [Fixed capital letter in title] Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 537d3af commit 54c9237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rpmsg/mtk_rpmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ mtk_rpmsg_match_device_subnode(struct device_node *node, const char *channel)
183183
int ret;
184184

185185
for_each_available_child_of_node(node, child) {
186-
ret = of_property_read_string(child, "mtk,rpmsg-name", &name);
186+
ret = of_property_read_string(child, "mediatek,rpmsg-name", &name);
187187
if (ret)
188188
continue;
189189

0 commit comments

Comments
 (0)