diff options
author | Ashish Singhal <ashishsingha@nvidia.com> | 2022-03-09 00:00:26 +0530 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-04-06 15:27:17 +0200 |
commit | 71f69ffa0129bf04205edf0e7dc73dc4777b2588 (patch) | |
tree | 210494026487b349c6b56536ae1b6d3bcbfc88bf /include/dt-bindings/reset | |
parent | 7ac853ba789d1d9fb22b05f4ebd3a37fd1bb11c1 (diff) | |
download | linux-71f69ffa0129bf04205edf0e7dc73dc4777b2588.tar.bz2 |
arm64: tegra: Add QSPI controllers on Tegra234
This adds the QSPI controllers on the Tegra234 SoC and populates the
SPI NOR flash device for the Jetson AGX Orin platform.
Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
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 1362cd5e03f0..547ca3b60caa 100644 --- a/include/dt-bindings/reset/tegra234-reset.h +++ b/include/dt-bindings/reset/tegra234-reset.h @@ -40,6 +40,8 @@ #define TEGRA234_RESET_PWM6 73U #define TEGRA234_RESET_PWM7 74U #define TEGRA234_RESET_PWM8 75U +#define TEGRA234_RESET_QSPI0 76U +#define TEGRA234_RESET_QSPI1 77U #define TEGRA234_RESET_SDMMC4 85U #define TEGRA234_RESET_UARTA 100U #define TEGRA234_RESET_PEX0_CORE_0 116U |