projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de8f07
)
MLK-14359-3 soc: imx8: correct pm domains compatible string
author
Anson Huang
<Anson.Huang@nxp.com>
Tue, 7 Mar 2017 16:50:00 +0000
(
00:50
+0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:51 +0000
(15:10 -0500)
Correct power domains compatible string name to match
with dtb.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
drivers/soc/imx8/pm-domains.c
patch
|
blob
|
history
diff --git
a/drivers/soc/imx8/pm-domains.c
b/drivers/soc/imx8/pm-domains.c
index
66be299
..
158ceb6
100644
(file)
--- a/
drivers/soc/imx8/pm-domains.c
+++ b/
drivers/soc/imx8/pm-domains.c
@@
-106,7
+106,7
@@
static int __init imx8_init_pm_domains(void)
pr_info("***** imx8_init_pm_domains *****\n");
- for_each_compatible_node(np, NULL, "
fsl
,imx8-pd") {
+ for_each_compatible_node(np, NULL, "
nxp
,imx8-pd") {
struct imx8_pm_domain *imx8_pd;
imx8_pd = kzalloc(sizeof(struct imx8_pm_domain), GFP_KERNEL);