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

Commit bea2ebca authored by Khiem Nguyen's avatar Khiem Nguyen Committed by Rafael J. Wysocki
Browse files

cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver



This patch adds the r8a7796 support the generic cpufreq driver
by adding an appropriate compat string. This is in keeping
with support for other Renesas ARM and arm64 based SoCs.

Signed-off-by: default avatarKhiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
[simon: new changelog]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b20a3f3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -68,6 +68,7 @@ static const struct of_device_id machines[] __initconst = {
	{ .compatible = "renesas,r8a7793", },
	{ .compatible = "renesas,r8a7793", },
	{ .compatible = "renesas,r8a7794", },
	{ .compatible = "renesas,r8a7794", },
	{ .compatible = "renesas,r8a7795", },
	{ .compatible = "renesas,r8a7795", },
	{ .compatible = "renesas,r8a7796", },
	{ .compatible = "renesas,sh73a0", },
	{ .compatible = "renesas,sh73a0", },


	{ .compatible = "rockchip,rk2928", },
	{ .compatible = "rockchip,rk2928", },