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

Commit 025a4393 authored by shubham's avatar shubham Committed by Gerrit - the friendly Code Review server
Browse files

arch: arm64: boot: Added support for cx_ipeak driver



Added the cx_ipeak driver node and threshold frequency
required for cx_ipeak voting.

Change-Id: I353a78579e6cbe43bcd69a2e30f1b423dbc31602
Signed-off-by: default avatarshubham gupta <shubgupt@codeaurora.org>
parent 13cfa9aa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3112,3 +3112,8 @@
#include "sm6150-audio.dtsi"
#include "sm6150-sde-pll.dtsi"
#include "sm6150-sde.dtsi"

&msm_vidc {
	qcom,cx-ipeak-data = <&cx_ipeak_lm 4>;
	qcom,clock-freq-threshold = <380000000>;
};