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

Commit 3a6dcca1 authored by Vikash Garodia's avatar Vikash Garodia
Browse files

ARM: dts: msm: Enable cx ipeak node for lagoon

The change add cx ipeak node as well as configures
it for video client.

Change-Id: Idcd50cf8e3f8d3148163a4241a7cb8cd3740ef9b
parent c57858f9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2359,6 +2359,11 @@
		memory-region = <&pil_video_mem>;
	};

	cx_ipeak_lm: cx_ipeak@1fed000 {
		compatible = "qcom,cx-ipeak-v2";
		reg = <0x1fed000 0x9000>;
	};

	qcom,npu@9800000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x9800000 0x800000>;
@@ -3796,5 +3801,16 @@
&usb_qmp_dp_phy {
	extcon = <&pm7250b_pdphy>;
};

&msm_vidc0 {
	qcom,cx-ipeak-data = <&cx_ipeak_lm 5>;
	qcom,clock-freq-threshold = <460000000>;
};

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

#include "lagoon-sde.dtsi"
#include "lagoon-sde-pll.dtsi"