diff options
author | Mika Liljeberg <mliljeberg@nvidia.com> | 2018-07-04 07:22:06 -0400 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-07-04 17:04:05 -0400 |
commit | 3c142f6fa13bb94b77e1b546826b751d50a11e0a (patch) | |
tree | 86eda2652acf5d373e785a04faa63a12a96204a2 | |
parent | 063a64423885d6d65d2513492d782269eb80e03e (diff) |
dt-bindings: define sids for virtualization
Add TEGRA_SID_VI_VM2 and rename TEGRA_SID_RCE_1X to TEGRA_SID_RCE_VM2.
Jira CAMASIL-184
Change-Id: I289fc9e82f5202ce8c6ca0326efe6e0fdc95b876
Signed-off-by: Mika Liljeberg <mliljeberg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1770561
Reviewed-by: Kirill Artamonov <kartamonov@nvidia.com>
Reviewed-by: Kalle Jokiniemi <kjokiniemi@nvidia.com>
Reviewed-by: Deepak Kamurthy <dkamurthy@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r-- | include/dt-bindings/memory/tegra194-swgroup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/memory/tegra194-swgroup.h b/include/dt-bindings/memory/tegra194-swgroup.h index ad3cc6635..8b490213f 100644 --- a/include/dt-bindings/memory/tegra194-swgroup.h +++ b/include/dt-bindings/memory/tegra194-swgroup.h | |||
@@ -18,7 +18,7 @@ | |||
18 | * This is the t19x specific component of the new SID dt-binding. | 18 | * This is the t19x specific component of the new SID dt-binding. |
19 | */ | 19 | */ |
20 | #define TEGRA_SID_RCE 0x2a /* 42 */ | 20 | #define TEGRA_SID_RCE 0x2a /* 42 */ |
21 | #define TEGRA_SID_RCE_1X 0x2b /* 43 */ | 21 | #define TEGRA_SID_RCE_VM2 0x2b /* 43 */ |
22 | 22 | ||
23 | #define TEGRA_SID_RCE_RM 0x2F /* 47 */ | 23 | #define TEGRA_SID_RCE_RM 0x2F /* 47 */ |
24 | #define TEGRA_SID_VIFALC 0x30 /* 48 */ | 24 | #define TEGRA_SID_VIFALC 0x30 /* 48 */ |
@@ -43,3 +43,4 @@ | |||
43 | 43 | ||
44 | #define TEGRA_SID_NVDEC1 0x5C /* 92 */ | 44 | #define TEGRA_SID_NVDEC1 0x5C /* 92 */ |
45 | 45 | ||
46 | #define TEGRA_SID_VI_VM2 0x64 /* 100 */ | ||