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-snow.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-snow.dts')
-rw-r--r-- | arch/arm/dts/exynos5250-snow.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 32c0098bd8..bda5499988 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -206,6 +206,15 @@ }; }; + i2c@12C90000 { + clock-frequency = <100000>; + tpm@20 { + reg = <0x20>; + u-boot,i2c-offset-len = <0>; + compatible = "infineon,slb9635tt"; + }; + }; + spi@12d30000 { spi-max-frequency = <50000000>; firmware_storage_spi: flash@0 { |