Skip to content

Commit

Permalink
kernel: configure Mars-CM's EEPROM as 24c02
Browse files Browse the repository at this point in the history
if configured as 24c04, its address will occupy 0x51,
conflicting with the RTC chip pcf85063 on the IO-Board.
Refer to:
Documentation/misc-devices/eeprom.rst
  • Loading branch information
carbonfix committed Oct 31, 2023
1 parent eca3a2f commit d381610
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -449,7 +449,7 @@
status = "okay";

eeprom@50 {
compatible = "atmel,24c04";
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
};
Expand Down

0 comments on commit d381610

Please sign in to comment.