Skip to content
Snippets Groups Projects
Commit f0e57b1b authored by Simon Glass's avatar Simon Glass
Browse files

tpm: Rename Infineon TPM to slb9645tt


This name is used in Linux, so use it in U-Boot.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent f90acf1a
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
i2c@12e10000 { /* i2c9 */ i2c@12e10000 { /* i2c9 */
clock-frequency = <400000>; clock-frequency = <400000>;
tpm@20 { tpm@20 {
compatible = "infineon,slb9645-tpm"; compatible = "infineon,slb9645tt";
reg = <0x20>; reg = <0x20>;
}; };
}; };
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
i2c@12e10000 { /* i2c9 */ i2c@12e10000 { /* i2c9 */
clock-frequency = <400000>; clock-frequency = <400000>;
tpm@20 { tpm@20 {
compatible = "infineon,slb9645-tpm"; compatible = "infineon,slb9645tt";
reg = <0x20>; reg = <0x20>;
}; };
}; };
......
...@@ -60,7 +60,7 @@ static const char * const compat_names[COMPAT_COUNT] = { ...@@ -60,7 +60,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(GENERIC_SPI_FLASH, "spi-flash"), COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"), COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"), COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"), COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645tt"),
COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"), COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"), COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
COMPAT(TI_TPS65090, "ti,tps65090"), COMPAT(TI_TPS65090, "ti,tps65090"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment