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

Commit 4a9dee4b authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

clk: msm: clock-a7: Add support for mdmcalifornium



The clock-a7 driver can support the mdmcalifornium a7
subsystem. Compile the clock-a7 driver for the same and
update the corresponding documentation accordingly.

Change-Id: I3a37ac2d0c02f9b60d26f06dc5c031104212f9bd
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent cbd32df3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ 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-a7-9640"
		"qcom,clock-a7-9640", "qcom,clock-a7-californium"
- reg: pairs of physical address and region size
- reg-names: "rcg-base" is expected
- clock-names: list of names of clock inputs
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ obj-$(CONFIG_ARCH_MDMCALIFORNIUM) += clock-gcc-californium.o

# ACPU clock
obj-$(CONFIG_ARCH_MDM9640)      += clock-a7.o
obj-$(CONFIG_ARCH_MDMCALIFORNIUM)	+= clock-a7.o
obj-$(CONFIG_ARCH_MSM8916)	+= clock-a7.o
obj-$(CONFIG_ARCH_MSM8916)	+= clock-cpu-8939.o
obj-$(CONFIG_ARCH_MSM8916)	+= clock-gcc-8952.o
+1 −0
Original line number Diff line number Diff line
@@ -470,6 +470,7 @@ static struct of_device_id clock_a7_match_table[] = {
	{.compatible = "qcom,clock-a7-9630"},
	{.compatible = "qcom,clock-a7-9640"},
	{.compatible = "qcom,clock-a53-8916"},
	{.compatible = "qcom,clock-a7-californium"},
	{}
};