Re: [PATCH] clk/mpc85xx: Update the compatible string
From: Mike Turquette <hidden>
Date: 2013-05-30 18:57:32
Also in:
linux-devicetree
From: Mike Turquette <hidden>
Date: 2013-05-30 18:57:32
Also in:
linux-devicetree
Quoting Yuantian.Tang@freescale.com (2013-05-22 01:22:19)
From: Tang Yuantian <redacted> =
The compatible string of clock is changed from *-2 to *-2.0 on chassis 2. So updated it accordingly. =
Signed-off-by: Tang Yuantian <redacted>
Taken into clk-next. Regards, Mike
--- drivers/clk/clk-ppc-corenet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) =
diff --git a/drivers/clk/clk-ppc-corenet.c b/drivers/clk/clk-ppc-corenet.c index a2d483f..e958707 100644 --- 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 platfo=
rm_device *pdev)
=
static const struct of_device_id ppc_clk_ids[] __initconst =3D {
{ .compatible =3D "fsl,qoriq-clockgen-1.0", },
- { .compatible =3D "fsl,qoriq-clockgen-2", },
+ { .compatible =3D "fsl,qoriq-clockgen-2.0", },
{}
};
=-- =
1.8.0