clk: imx: scu: add fallback compatible string support
[linux-2.6-microblaze.git] / drivers / clk / imx / clk-imx8qxp.c
index 83e2ef9..5e2903e 100644 (file)
@@ -138,6 +138,7 @@ static int imx8qxp_clk_probe(struct platform_device *pdev)
 }
 
 static const struct of_device_id imx8qxp_match[] = {
+       { .compatible = "fsl,scu-clk", },
        { .compatible = "fsl,imx8qxp-clk", },
        { /* sentinel */ }
 };