diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-11-24 15:30:49 +0900 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-13 12:50:31 -0700 |
commit | 1a5de3aeb015e495b7ffe03186cc598f17d8ad88 (patch) | |
tree | 0f5be4164e6c9d9cbcb08b4ae9d208b42afe6a36 /Documentation | |
parent | fb2947c74b422f8aaef844128d20bc7c641356ea (diff) | |
download | talos-obmc-linux-1a5de3aeb015e495b7ffe03186cc598f17d8ad88.tar.gz talos-obmc-linux-1a5de3aeb015e495b7ffe03186cc598f17d8ad88.zip |
ARM: tegra: add support for Trusted Foundations
Register the firmware operations for Trusted Foundations if the device
tree indicates it is active on the device.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index ed9c85334436..558ed4b4ef39 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt @@ -32,3 +32,8 @@ board-specific compatible values: nvidia,whistler toradex,colibri_t20-512 toradex,iris + +Trusted Foundations +------------------------------------------- +Tegra supports the Trusted Foundation secure monitor. See the +"tlm,trusted-foundations" binding's documentation for more details. |