diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-29 08:00:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-29 08:00:53 -0500 |
commit | 1e85aaf3723f0ecd06fcf62e2d2482749e1995d6 (patch) | |
tree | 4726779c31fb724e6d1e22da052e90e9f2293372 /arch/arm/dts/uniphier-ld11-global.dts | |
parent | 9e1d65f36b83c5422ece3c0ea28d07a2246cb07f (diff) | |
parent | 53265152d2e395bc363d9824a06a1ffd5df3438e (diff) |
Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
UniPhier SoC updates for v2020.04 (3rd)
- Enable ADMA and HS400 for the eMMC driver on 64-bit SoCs
- Add some convenient environment variables to handle SD card
- Sanitize the NAND controller reset sequence and its WP handling
- Sync DT with Linux
Diffstat (limited to 'arch/arm/dts/uniphier-ld11-global.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld11-global.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-ld11-global.dts b/arch/arm/dts/uniphier-ld11-global.dts index 744b36e28a..7968d52435 100644 --- a/arch/arm/dts/uniphier-ld11-global.dts +++ b/arch/arm/dts/uniphier-ld11-global.dts @@ -132,7 +132,7 @@ }; eeprom@50 { - compatible = "st,24c64", "atmel,24c64", "i2c-eeprom"; + compatible = "st,24c64", "atmel,24c64"; reg = <0x50>; pagesize = <32>; }; |