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

Commit 293408dd authored by Abhimanyu Kapur's avatar Abhimanyu Kapur Committed by Matt Wagantall
Browse files

clk: msm: clock-a7: rename zirc to MDM9640



Rename zirc to mdm9640 in the clock a7 compat string
and update the acpuclock bindings.

Change-Id: I0a6ace54d3981d95b431d25daf5bb5381de47e2d
Signed-off-by: default avatarAbhimanyu Kapur <abhimany@codeaurora.org>
parent af056930
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ optionally have a register which encodes the maximum rate supported by hw.

Required properties:
- compatible: "qcom,clock-a7-8226", "qcom,clock-a7-9630",
		"qcom,clock-a53-8916", "qcom,clock-a7-vpipa"
		"qcom,clock-a53-8916", "qcom,clock-a7-vpipa",
		"qcom,clock-a7-9640"
- reg: pairs of physical address and region size
- reg-names: "rcg-base" is expected
- clock-names: list of names of clock inputs
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ static struct of_device_id clock_a7_match_table[] = {
	{.compatible = "qcom,clock-a7-8226"},
	{.compatible = "qcom,clock-a7-krypton"},
	{.compatible = "qcom,clock-a7-9630"},
	{.compatible = "qcom,clock-a7-zirc"},
	{.compatible = "qcom,clock-a7-9640"},
	{.compatible = "qcom,clock-a53-8916"},
	{}
};