summaryrefslogtreecommitdiff
path: root/arch/x86/dts/chromebox_panther.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:37 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:28 -0600
commit6e474eab446432e7480394ca3833c89a01dba078 (patch)
tree67df86afac713a9da12eda73725a4f5efd76ad7f /arch/x86/dts/chromebox_panther.dts
parent5c51d8aa0e87b0b057cf3aad6d57e89ba3aed933 (diff)
exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
Add a TPM node to the various Chromebooks so that driver can be converted to driver model. 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/x86/dts/chromebox_panther.dts')
-rw-r--r--arch/x86/dts/chromebox_panther.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebox_panther.dts b/arch/x86/dts/chromebox_panther.dts
index 84eae3ab65..36feb96a94 100644
--- a/arch/x86/dts/chromebox_panther.dts
+++ b/arch/x86/dts/chromebox_panther.dts
@@ -62,4 +62,9 @@
};
};
+ tpm {
+ reg = <0xfed40000 0x5000>;
+ compatible = "infineon,slb9635lpc";
+ };
+
};