]> Git Repo - linux.git/commitdiff
cpufreq: qoriq: add support for lx2160a
authorVabhav Sharma <[email protected]>
Fri, 26 Apr 2019 06:55:55 +0000 (06:55 +0000)
committerRafael J. Wysocki <[email protected]>
Mon, 29 Apr 2019 07:41:19 +0000 (09:41 +0200)
Enable support of NXP SoC lx2160a to handle the
lx2160a SoC.

Signed-off-by: Tang Yuantian <[email protected]>
Signed-off-by: Yogesh Gaur <[email protected]>
Signed-off-by: Vabhav Sharma <[email protected]>
Acked-by: Scott Wood <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/qoriq-cpufreq.c

index d308c4de467d1970c412b78ed75b19af365e691d..71b640c8c1a50d0d2565dbfe2d84d4cee2ab1ae3 100644 (file)
@@ -285,6 +285,7 @@ static const struct of_device_id node_matches[] __initconst = {
        { .compatible = "fsl,ls1046a-clockgen", },
        { .compatible = "fsl,ls1088a-clockgen", },
        { .compatible = "fsl,ls2080a-clockgen", },
+       { .compatible = "fsl,lx2160a-clockgen", },
        { .compatible = "fsl,p4080-clockgen", },
        { .compatible = "fsl,qoriq-clockgen-1.0", },
        { .compatible = "fsl,qoriq-clockgen-2.0", },
This page took 0.057042 seconds and 4 git commands to generate.