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

Commit af557bd8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Modify video node values for SM8150 v2"

parents 475996d8 ed291cfa
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -42,3 +42,21 @@
	compatible = "qcom,npucc-sm8150-v2", "syscon";
};
#include "msm-arm-smmu-sm8150-v2.dtsi"

&msm_vidc {
	qcom,allowed-clock-rates = <240000000 338000000
		365000000 444000000 533000000>;

	non_secure_cb {
		iommus = <&apps_smmu 0x2300 0x60>;
	};
	secure_bitstream_cb {
		iommus = <&apps_smmu 0x2301 0x4>;
	};
	secure_pixel_cb {
		iommus = <&apps_smmu 0x2303 0x20>;
	};
	secure_non_pixel_cb {
		iommus = <&apps_smmu 0x2304 0x60>;
	};
};