From b93fc0e6ffbc40a2ff5db4e4d0a2506740f4d815 Mon Sep 17 00:00:00 2001 From: Arto Merilainen Date: Fri, 22 Aug 2014 09:45:22 -0700 Subject: 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 Reviewed-on: http://git-master/r/493960 --- include/linux/nvhost.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') 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 { /* bond out device id */ unsigned int bond_out_id; + + phys_addr_t carveout_addr; + phys_addr_t carveout_size; }; -- cgit v1.2.2