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

Commit ef67b680 authored by Anant Goel's avatar Anant Goel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add video device node SIDs for sdmshrike v2



Add the SIDs for the video device node on the sdmshrike v2
target as they are different than the sdmshrike v1 target.

Change-Id: I9459f3d681c2ee12bc81d86a477c7c5435c6a79e
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 29444f60
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -391,3 +391,24 @@
		< 2649600 MHZ_TO_MBPS( 933, 16) >,
		< 3000000 MHZ_TO_MBPS(1000, 16) >;
};

&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>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -2513,6 +2513,7 @@
#include "sdmshrike-usb.dtsi"
#include "sdmshrike-qupv3.dtsi"
#include "sm8150-audio.dtsi"
#include "sm8150-vidc.dtsi"
#include "sm8150-pm.dtsi"
#include "sdmshrike-gpu.dtsi"
#include "sdmshrike-thermal.dtsi"