diff options
| author | Arto Merilainen <amerilainen@nvidia.com> | 2014-08-22 12:45:22 -0400 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:11:09 -0400 |
| commit | b93fc0e6ffbc40a2ff5db4e4d0a2506740f4d815 (patch) | |
| tree | 1a6c72f4a841c4d930b67414b566f1cce6d28be7 /include/linux | |
| parent | badbb992c9767a322c1350acde1bcf5e4fe9d59b (diff) | |
video: tegra: host: tsec: Device specific carveout
TSEC carveout information was specified in global variables and was
therefore shared between TSECA and TSECB. This patch makes the
carveout device specific.
Change-Id: I4f9e611abf954c0870053a2700776de91af6c5c5
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Reviewed-on: http://git-master/r/493960
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvhost.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index 0547d2edf..dcbfa7c5d 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h | |||
| @@ -274,6 +274,9 @@ struct nvhost_device_data { | |||
| 274 | 274 | ||
| 275 | /* bond out device id */ | 275 | /* bond out device id */ |
| 276 | unsigned int bond_out_id; | 276 | unsigned int bond_out_id; |
| 277 | |||
| 278 | phys_addr_t carveout_addr; | ||
| 279 | phys_addr_t carveout_size; | ||
| 277 | }; | 280 | }; |
| 278 | 281 | ||
| 279 | 282 | ||
