Skip to content

Commit d072094

Browse files
digetxthierryreding
authored andcommitted
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: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent a37ff8f commit d072094

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm/boot/dts/tegra30.dtsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@
404404
<GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; /* SXE interrupt */
405405
interrupt-names = "sync-token", "bsev", "sxe";
406406
clocks = <&tegra_car TEGRA30_CLK_VDE>;
407-
resets = <&tegra_car 61>;
407+
reset-names = "vde", "mc";
408+
resets = <&tegra_car 61>, <&mc TEGRA30_MC_RESET_VDE>;
408409
};
409410

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

714715
#iommu-cells = <1>;
716+
#reset-cells = <1>;
715717
};
716718

717719
fuse@7000f800 {

0 commit comments

Comments
 (0)