Lines Matching +full:imx6sl +full:- +full:ccm
1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
23 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6sl-iomuxc-gpr");
30 pr_err("failed to find fsl,imx6sl-iomux-gpr regmap\n");
36 /* imx6sl reuses imx6q cpufreq driver */
38 platform_device_register_simple("imx6q-cpufreq", -1, NULL, 0);
64 imx6_pm_ccm_init("fsl,imx6sl-ccm");
66 imx6_pm_ccm_init("fsl,imx6sll-ccm");
70 "fsl,imx6sl",
75 DT_MACHINE_START(IMX6SL, "Freescale i.MX6 SoloLite (Device Tree)")