Skip to content

Commit 8b3e944

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Remove unused AOWAKE definitions
For Tegra264, the offsets for the AOWAKE registers have changed. Before adding support for the Tegra264 AOWAKE register offsets, remove the unused AOWAKE definitions. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent e6ad198 commit 8b3e944

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,8 @@
181181
#define WAKE_AOWAKE_CNTRL_LEVEL (1 << 3)
182182
#define WAKE_AOWAKE_CNTRL_SR_CAPTURE_EN (1 << 1)
183183
#define WAKE_AOWAKE_MASK_W(x) (0x180 + ((x) << 2))
184-
#define WAKE_AOWAKE_MASK_R(x) (0x300 + ((x) << 2))
185184
#define WAKE_AOWAKE_STATUS_W(x) (0x30c + ((x) << 2))
186185
#define WAKE_AOWAKE_STATUS_R(x) (0x48c + ((x) << 2))
187-
#define WAKE_AOWAKE_TIER0_ROUTING(x) (0x4b4 + ((x) << 2))
188-
#define WAKE_AOWAKE_TIER1_ROUTING(x) (0x4c0 + ((x) << 2))
189186
#define WAKE_AOWAKE_TIER2_ROUTING(x) (0x4cc + ((x) << 2))
190187
#define WAKE_AOWAKE_SW_STATUS_W_0 0x49c
191188
#define WAKE_AOWAKE_SW_STATUS(x) (0x4a0 + ((x) << 2))

0 commit comments

Comments
 (0)