From: Raviteja Narayanam Date: Tue, 26 Nov 2019 12:52:50 +0000 (+0530) Subject: arm64: zynqmp: Correct the type of eeprom for zcu216 boards X-Git-Tag: v2020.04-rc1~20^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=268695dbd185187ec87404a086c9097384ae86b9;p=oweals%2Fu-boot.git arm64: zynqmp: Correct the type of eeprom for zcu216 boards Corrected the type of eeprom in device tree for zcu216 boards according to schematic. Signed-off-by: Raviteja Narayanam Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu216-revA.dts b/arch/arm/dts/zynqmp-zcu216-revA.dts index 2dd15114a2..c294e1b51a 100644 --- a/arch/arm/dts/zynqmp-zcu216-revA.dts +++ b/arch/arm/dts/zynqmp-zcu216-revA.dts @@ -401,7 +401,7 @@ * 768B - 1024B address 0x57 */ eeprom: eeprom@54 { /* u21 */ - compatible = "atmel,24c08"; + compatible = "atmel,24c128"; reg = <0x54>; }; };