mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-02 12:34:06 +00:00
clk: mpc85xx: Update the compatible string
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]
This commit is contained in:
parent
61fd58dc57
commit
4bcccf193d
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
static const struct of_device_id ppc_clk_ids[] __initconst = {
|
||||||
{ .compatible = "fsl,qoriq-clockgen-1.0", },
|
{ .compatible = "fsl,qoriq-clockgen-1.0", },
|
||||||
{ .compatible = "fsl,qoriq-clockgen-2", },
|
{ .compatible = "fsl,qoriq-clockgen-2.0", },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue