[PATCH 2/8] ARM: i.MX6: Fix CCM compatible node

Sascha Hauer s.hauer at pengutronix.de
Thu May 30 07:49:21 EDT 2013


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/mach-imx/clk-imx6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/clk-imx6.c b/arch/arm/mach-imx/clk-imx6.c
index f1b167a..5c84df2 100644
--- a/arch/arm/mach-imx/clk-imx6.c
+++ b/arch/arm/mach-imx/clk-imx6.c
@@ -321,7 +321,7 @@ static int imx6_ccm_probe(struct device_d *dev)
 
 static __maybe_unused struct of_device_id imx6_ccm_dt_ids[] = {
 	{
-		.compatible = "fsl,imx6-ccm",
+		.compatible = "fsl,imx6q-ccm",
 	}, {
 		/* sentinel */
 	}
-- 
1.8.2.rc2




More information about the barebox mailing list