clk: uniphier: add system clock support for sLD3 SoC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 16 Oct 2016 15:11:14 +0000 (00:11 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 17 Oct 2016 22:20:50 +0000 (15:20 -0700)
I do not know why, but I missed to add this compatible string in
the initial commit of this driver.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/uniphier/clk-uniphier-core.c

index 5ffb898..f4e0f6b 100644 (file)
@@ -110,6 +110,10 @@ static int uniphier_clk_remove(struct platform_device *pdev)
 
 static const struct of_device_id uniphier_clk_match[] = {
        /* System clock */
+       {
+               .compatible = "socionext,uniphier-sld3-clock",
+               .data = uniphier_sld3_sys_clk_data,
+       },
        {
                .compatible = "socionext,uniphier-ld4-clock",
                .data = uniphier_ld4_sys_clk_data,