projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61fd58d
)
clk: mpc85xx: Update the compatible string
author
Tang Yuantian
<yuantian.tang@freescale.com>
Wed, 22 May 2013 08:22:19 +0000
(16:22 +0800)
committer
Mike Turquette
<mturquette@linaro.org>
Thu, 30 May 2013 18:55:35 +0000
(11:55 -0700)
The compatible string of clock is changed from *-2 to *-2.0
on chassis 2. So updated it accordingly.
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: improved $SUBJECT line]
drivers/clk/clk-ppc-corenet.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-ppc-corenet.c
b/drivers/clk/clk-ppc-corenet.c
index a2d483fd9134c056a52a4e9d79f8572524c0b3f6..e9587073bd32b3bdc18d48ca189b1a3dd1ab4e01 100644
(file)
--- a/
drivers/clk/clk-ppc-corenet.c
+++ b/
drivers/clk/clk-ppc-corenet.c
@@
-260,7
+260,7
@@
static int __init ppc_corenet_clk_probe(struct platform_device *pdev)
static const struct of_device_id ppc_clk_ids[] __initconst = {
{ .compatible = "fsl,qoriq-clockgen-1.0", },
- { .compatible = "fsl,qoriq-clockgen-2", },
+ { .compatible = "fsl,qoriq-clockgen-2
.0
", },
{}
};