File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-only
2
2
/*
3
- * Copyright (C) 2021 NVIDIA CORPORATION. All rights reserved.
3
+ * Copyright (C) 2021-2022, NVIDIA CORPORATION. All rights reserved.
4
4
*/
5
5
6
6
#include <soc/tegra/mc.h>
@@ -70,6 +70,26 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
70
70
.security = 0x4b4 ,
71
71
},
72
72
},
73
+ }, {
74
+ .id = TEGRA234_MEMORY_CLIENT_APEDMAR ,
75
+ .name = "apedmar" ,
76
+ .sid = TEGRA234_SID_APE ,
77
+ .regs = {
78
+ .sid = {
79
+ .override = 0x4f8 ,
80
+ .security = 0x4fc ,
81
+ },
82
+ },
83
+ }, {
84
+ .id = TEGRA234_MEMORY_CLIENT_APEDMAW ,
85
+ .name = "apedmaw" ,
86
+ .sid = TEGRA234_SID_APE ,
87
+ .regs = {
88
+ .sid = {
89
+ .override = 0x500 ,
90
+ .security = 0x504 ,
91
+ },
92
+ },
73
93
},
74
94
};
75
95
You can’t perform that action at this time.
0 commit comments