Commit d072094b authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: dts: tegra30: Add Memory Client reset to VDE



Hook up Memory Client reset of the Video Decoder to the decoders DT node.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a37ff8f9
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -404,7 +404,8 @@
			     <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; /* SXE interrupt */
			     <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; /* SXE interrupt */
		interrupt-names = "sync-token", "bsev", "sxe";
		interrupt-names = "sync-token", "bsev", "sxe";
		clocks = <&tegra_car TEGRA30_CLK_VDE>;
		clocks = <&tegra_car TEGRA30_CLK_VDE>;
		resets = <&tegra_car 61>;
		reset-names = "vde", "mc";
		resets = <&tegra_car 61>, <&mc TEGRA30_MC_RESET_VDE>;
	};
	};


	apbmisc@70000800 {
	apbmisc@70000800 {
@@ -712,6 +713,7 @@
		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;


		#iommu-cells = <1>;
		#iommu-cells = <1>;
		#reset-cells = <1>;
	};
	};


	fuse@7000f800 {
	fuse@7000f800 {