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>
This commit is contained in:
parent
f90acf1ad0
commit
f0e57b1bf9
|
@ -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 @@
|
||||||
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] = {
|
||||||
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"),
|
||||||
|
|
Loading…
Reference in New Issue