ARM: dts: tegra30: Add Memory Client reset to VDE
authorDmitry Osipenko <digetx@gmail.com>
Sun, 20 May 2018 13:48:46 +0000 (16:48 +0300)
committerThierry Reding <treding@nvidia.com>
Mon, 9 Jul 2018 08:57:35 +0000 (10:57 +0200)
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>
arch/arm/boot/dts/tegra30.dtsi

index 09087b9..3300ff9 100644 (file)
                             <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; /* SXE interrupt */
                interrupt-names = "sync-token", "bsev", "sxe";
                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 {
                interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 
                #iommu-cells = <1>;
+               #reset-cells = <1>;
        };
 
        fuse@7000f800 {