Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8236d9ac authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Stephen Boyd
Browse files

clk: uniphier: add system clock support for sLD3 SoC



I do not know why, but I missed to add this compatible string in
the initial commit of this driver.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 1001354c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,