diff options
author | Volodymyr Babchuk <vlad.babchuk@gmail.com> | 2017-11-29 14:48:34 +0200 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2017-12-15 13:36:16 +0100 |
commit | d885cc5e0759fc19badadddb60a64344b551469b (patch) | |
tree | aebe2ffe89c1f05bc06dadb67f788768d3dc330e /drivers/tee/optee/core.c | |
parent | 53a107c812de3dd74707458aa751eb457718ff9e (diff) | |
download | linux-rt-d885cc5e0759fc19badadddb60a64344b551469b.tar.gz |
tee: optee: store OP-TEE capabilities in private data
Those capabilities will be used in subsequent patches.
Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'drivers/tee/optee/core.c')
-rw-r--r-- | drivers/tee/optee/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c index ef8e35e4ad88..863c2a33d404 100644 --- a/drivers/tee/optee/core.c +++ b/drivers/tee/optee/core.c @@ -545,6 +545,7 @@ static struct optee *optee_probe(struct device_node *np) } optee->invoke_fn = invoke_fn; + optee->sec_caps = sec_caps; teedev = tee_device_alloc(&optee_desc, NULL, pool, optee); if (IS_ERR(teedev)) { |