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

Commit b1fcadec authored by Gjorgji Rosikopulos's avatar Gjorgji Rosikopulos
Browse files

ARM: dts: msm: face detection add speed levels on MSM8994



Face detection should support different operating clock
frequencies. In face detection device they are defined as
clock rates levels. This change adds lower operating
clock frequencies. They can be selected as speed levels
based on driver needs.

Change-Id: I5edbe4c7163f7f1405803970526c333346ef2b7e
Signed-off-by: default avatarGjorgji Rosikopulos <grosik@codeaurora.org>
parent cb0b4937
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -403,7 +403,9 @@
			<&clock_mmss clk_fd_ahb_clk>;
		clock-names = "fd_core_clk", "fd_core_uar_clk",
			"fd_axi_clk", "fd_ahb_clk";
		clock-rates = <400000000 400000000 333000000 800000000>;
		clock-rates = <60000000 60000000 75000000 40000000>,
				<200000000 200000000 150000000 40000000>,
				<400000000 400000000 333000000 80000000>;
	};

	cci: qcom,cci@fda0c000 {