From patchwork Mon Jan 6 13:13:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 239155 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Mon, 6 Jan 2020 14:13:09 +0100 Subject: [PATCH] arm64: zynqmp: Correct the type of eeprom for zcu216 boards Message-ID: <5592bf98c108d0d24ad1fee50869a1a3dcc54ca4.1578316387.git.michal.simek@xilinx.com> From: Raviteja Narayanam Corrected the type of eeprom in device tree for zcu216 boards according to schematic. Signed-off-by: Raviteja Narayanam Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-zcu216-revA.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/zynqmp-zcu216-revA.dts b/arch/arm/dts/zynqmp-zcu216-revA.dts index 2dd15114a2c3..c294e1b51a22 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 at 54 { /* u21 */ - compatible = "atmel,24c08"; + compatible = "atmel,24c128"; reg = <0x54>; }; };