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

Commit ed291cfa authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

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



Video node values on SM8150 V2 are different when
compared to SM8150 V1, so modify them accordingly.

Change-Id: Iedf259772d05a0f72d55c7b34553c18bfebcd331
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 2cbcc095
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>;
	};
};