diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2022-06-27 16:19:57 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-07-08 16:17:04 +0200 |
commit | 63a6ef2360bdeffcdd41bcdd86937b6db17b573d (patch) | |
tree | d4fc53797c191beaabec651add923fd9e11b09f4 /include/dt-bindings/power/tegra234-powergate.h | |
parent | dt-bindings: timer: Add Tegra186 & Tegra234 Timer (diff) | |
download | linux-63a6ef2360bdeffcdd41bcdd86937b6db17b573d.tar.xz linux-63a6ef2360bdeffcdd41bcdd86937b6db17b573d.zip |
dt-bindings: Add headers for Host1x and VIC on Tegra234
Add clock, memory controller, powergate and reset dt-binding headers
for Host1x and VIC on Tegra234.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/dt-bindings/power/tegra234-powergate.h')
-rw-r--r-- | include/dt-bindings/power/tegra234-powergate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/power/tegra234-powergate.h b/include/dt-bindings/power/tegra234-powergate.h index df1d4dd8dcf3..ae9286cef85c 100644 --- a/include/dt-bindings/power/tegra234-powergate.h +++ b/include/dt-bindings/power/tegra234-powergate.h @@ -19,5 +19,6 @@ #define TEGRA234_POWER_DOMAIN_MGBEB 18U #define TEGRA234_POWER_DOMAIN_MGBEC 19U #define TEGRA234_POWER_DOMAIN_MGBED 20U +#define TEGRA234_POWER_DOMAIN_VIC 29U #endif |