Skip to content

Commit bc8b078

Browse files
jonhunterthierryreding
authored andcommitted
soc/tegra: pmc: Add AOWAKE regs for Tegra264
Populate the AOWAKE register offsets for Tegra264. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 5f87dac commit bc8b078

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/soc/tegra/pmc.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4538,6 +4538,14 @@ static const struct tegra_pmc_regs tegra264_pmc_regs = {
45384538
.rst_source_mask = 0x1fc,
45394539
.rst_level_shift = 0x0,
45404540
.rst_level_mask = 0x3,
4541+
.aowake_mask_w = 0x200,
4542+
.aowake_status_w = 0x410,
4543+
.aowake_status_r = 0x610,
4544+
.aowake_tier2_routing = 0x660,
4545+
.aowake_sw_status_w = 0x624,
4546+
.aowake_sw_status = 0x628,
4547+
.aowake_latch_sw = 0x620,
4548+
.aowake_ctrl = 0x68c,
45414549
};
45424550

45434551
static const char * const tegra264_reset_sources[] = {

0 commit comments

Comments
 (0)