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

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

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

parents ad5f4df4 ef67b680
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"