summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:35 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:28 -0600
commit21baf15b4e638cf7719994fe6ac86e0d0e93aa78 (patch)
treeafaa5f6616ccb121eb9ccfd202bc1e98a5486b00 /arch/sandbox
parentf8f1fe1d5262d1d089bfa5bfdf703d5b2c5e0030 (diff)
downloadtalos-obmc-uboot-21baf15b4e638cf7719994fe6ac86e0d0e93aa78.tar.gz
talos-obmc-uboot-21baf15b4e638cf7719994fe6ac86e0d0e93aa78.zip
dm: tpm: sandbox: Convert TPM driver to driver model
Convert the sandbox TPM driver to use driver model. Add it to the device tree so that it can be found on start-up. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/sandbox.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index 8927527141..758c4a536c 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -156,6 +156,10 @@
sides = <4>;
};
+ tpm {
+ compatible = "google,sandbox-tpm";
+ };
+
triangle {
compatible = "demo-shape";
colour = "cyan";
OpenPOWER on IntegriCloud