projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560bf16
)
MLK-13720-3: regulator: pf1550-regulator-rpmsg: use the specific pf1550 rpmsg channel...
author
Robin Gong
<yibin.gong@nxp.com>
Thu, 5 Jan 2017 06:09:19 +0000
(14:09 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:06 +0000
(14:58 -0500)
Since multi rpmsg instances supported now, we can use the specific rpmsg
channel name "rpmsg-regulator-channel" instead of "rpmsg-openamp-demo-channel"
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
(cherry picked from commit
8a9d73fe43da2833951b428f389aac01aef7cb2a
)
drivers/regulator/pf1550-regulator-rpmsg.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/pf1550-regulator-rpmsg.c
b/drivers/regulator/pf1550-regulator-rpmsg.c
index
a26442e
..
fd0f69d
100644
(file)
--- a/
drivers/regulator/pf1550-regulator-rpmsg.c
+++ b/
drivers/regulator/pf1550-regulator-rpmsg.c
@@
-326,8
+326,7
@@
static void rpmsg_regulator_remove(struct rpmsg_device *rpdev)
}
static struct rpmsg_device_id rpmsg_regulator_id_table[] = {
- /* { .name = "rpmsg-regulator-channel" }, */
- { .name = "rpmsg-openamp-demo-channel" },
+ { .name = "rpmsg-regulator-channel" },
{ },
};