diff options
author | Mohan Kumar <mkumard@nvidia.com> | 2022-02-16 14:52:38 +0530 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-02-24 18:34:33 +0100 |
commit | 07d743902a1205d54d93c0637c22575811014431 (patch) | |
tree | 226b5f27b4a8dc78ffbc654738c225a4c747a4b2 /include/dt-bindings/reset | |
parent | 40efe139ff605d80cc829ddf8c50c71d20399bf8 (diff) | |
download | linux-07d743902a1205d54d93c0637c22575811014431.tar.gz |
dt-bindings: Add HDA support for Tegra234
Add hda clocks, memory ,power and reset binding entries
for Tegra234.
Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r-- | include/dt-bindings/reset/tegra234-reset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/tegra234-reset.h b/include/dt-bindings/reset/tegra234-reset.h index ba390b86361d..178e73a687f0 100644 --- a/include/dt-bindings/reset/tegra234-reset.h +++ b/include/dt-bindings/reset/tegra234-reset.h @@ -10,6 +10,8 @@ * @brief Identifiers for Resets controllable by firmware * @{ */ +#define TEGRA234_RESET_HDA 20U +#define TEGRA234_RESET_HDACODEC 21U #define TEGRA234_RESET_I2C1 24U #define TEGRA234_RESET_I2C2 29U #define TEGRA234_RESET_I2C3 30U |