diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-22 18:31:37 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-31 07:57:28 -0600 |
commit | 6e474eab446432e7480394ca3833c89a01dba078 (patch) | |
tree | 67df86afac713a9da12eda73725a4f5efd76ad7f /arch/arm/dts/exynos5250-spring.dts | |
parent | 5c51d8aa0e87b0b057cf3aad6d57e89ba3aed933 (diff) | |
download | u-boot-6e474eab446432e7480394ca3833c89a01dba078.tar.gz |
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/arm/dts/exynos5250-spring.dts')
-rw-r--r-- | arch/arm/dts/exynos5250-spring.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250-spring.dts b/arch/arm/dts/exynos5250-spring.dts index 76d5323dc3..81b3d29f9c 100644 --- a/arch/arm/dts/exynos5250-spring.dts +++ b/arch/arm/dts/exynos5250-spring.dts @@ -59,6 +59,14 @@ <&gpy4 2 0>; }; + i2c@12C90000 { + clock-frequency = <100000>; + tpm@20 { + reg = <0x20>; + compatible = "infineon,slb9645tt"; + }; + }; + mmc@12200000 { samsung,bus-width = <8>; samsung,timing = <1 3 3>; |