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-pro4-sanji.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-pro4-sanji.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pro4-sanji.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-pro4-sanji.dts b/arch/arm/dts/uniphier-pro4-sanji.dts index 686dd3af7e..3b68a7c605 100644 --- a/arch/arm/dts/uniphier-pro4-sanji.dts +++ b/arch/arm/dts/uniphier-pro4-sanji.dts @@ -45,10 +45,9 @@ status = "okay"; eeprom@54 { - compatible = "st,24c64", "atmel,24c64", "i2c-eeprom"; + compatible = "st,24c64", "atmel,24c64"; reg = <0x54>; pagesize = <32>; - u-boot,i2c-offset-len = <2>; }; }; |