diff options
author | Simon Glass <sjg@chromium.org> | 2015-05-04 11:31:00 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-05-14 18:49:33 -0600 |
commit | f0e57b1bf9d19a1b15e7063cef950448b38c277a (patch) | |
tree | 6cf590220626d8c18eb950747eea676d81d3ef65 /arch | |
parent | f90acf1ad02c1eb2724397d60b833b9c8bbcdab6 (diff) | |
download | u-boot-imx-f0e57b1bf9d19a1b15e7063cef950448b38c277a.zip u-boot-imx-f0e57b1bf9d19a1b15e7063cef950448b38c277a.tar.gz u-boot-imx-f0e57b1bf9d19a1b15e7063cef950448b38c277a.tar.bz2 |
tpm: Rename Infineon TPM to slb9645tt
This name is used in Linux, so use it in U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos5420-peach-pit.dts | 2 | ||||
-rw-r--r-- | arch/arm/dts/exynos5800-peach-pi.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts index 7d8fa28..6fe762d 100644 --- a/arch/arm/dts/exynos5420-peach-pit.dts +++ b/arch/arm/dts/exynos5420-peach-pit.dts @@ -79,7 +79,7 @@ i2c@12e10000 { /* i2c9 */ clock-frequency = <400000>; tpm@20 { - compatible = "infineon,slb9645-tpm"; + compatible = "infineon,slb9645tt"; reg = <0x20>; }; }; diff --git a/arch/arm/dts/exynos5800-peach-pi.dts b/arch/arm/dts/exynos5800-peach-pi.dts index 8c1f616..176ce55 100644 --- a/arch/arm/dts/exynos5800-peach-pi.dts +++ b/arch/arm/dts/exynos5800-peach-pi.dts @@ -72,7 +72,7 @@ i2c@12e10000 { /* i2c9 */ clock-frequency = <400000>; tpm@20 { - compatible = "infineon,slb9645-tpm"; + compatible = "infineon,slb9645tt"; reg = <0x20>; }; }; |