From 9bd8556fcf45b83f880fbb1cdb7c614b940d7272 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 19 Dec 2014 05:10:26 +0100 Subject: [PATCH] sysmocom-odu: We have a 24C02 EEPROM at 0x50 ... and not the eeprom of the phyCORE AM335x reference platform. --- arch/arm/dts/am335x-phytec-phycore.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts index 10b72e6b4..5e437a6a2 100644 --- a/arch/arm/dts/am335x-phytec-phycore.dts +++ b/arch/arm/dts/am335x-phytec-phycore.dts @@ -158,10 +158,10 @@ status = "okay"; clock-frequency = <400000>; - eeprom: 24c32@52 { - compatible = "atmel,24c32"; - pagesize = <32>; - reg = <0x52>; + eeprom: 24c02@50 { + compatible = "atmel,24c02"; + pagesize = <8>; + reg = <0x50>; }; };