diff mbox series

[RFC,v6,8/9] dt-bindings: reset: Add ID for Tegra210 VI reset

Message ID 1585963507-12610-9-git-send-email-skomatineni@nvidia.com
State Changes Requested
Headers show
Series Add Tegra driver for video capture | expand

Commit Message

Sowjanya Komatineni April 4, 2020, 1:25 a.m. UTC
This patch adds ID for Tegra210 VI controller reset to use with
device tree.

Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
---
 include/dt-bindings/reset/tegra210-car.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring April 14, 2020, 6:14 p.m. UTC | #1
On Fri, 3 Apr 2020 18:25:06 -0700, Sowjanya Komatineni wrote:
> This patch adds ID for Tegra210 VI controller reset to use with
> device tree.
> 
> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
> ---
>  include/dt-bindings/reset/tegra210-car.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/reset/tegra210-car.h b/include/dt-bindings/reset/tegra210-car.h
index 9dc84ec..8755946 100644
--- a/include/dt-bindings/reset/tegra210-car.h
+++ b/include/dt-bindings/reset/tegra210-car.h
@@ -10,5 +10,6 @@ 
 #define TEGRA210_RESET(x)		(7 * 32 + (x))
 #define TEGRA210_RST_DFLL_DVCO		TEGRA210_RESET(0)
 #define TEGRA210_RST_ADSP		TEGRA210_RESET(1)
+#define TEGRA210_RST_VI			20
 
 #endif	/* _DT_BINDINGS_RESET_TEGRA210_CAR_H */