mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
ARM: dts: genmai: Correct primary compatible value for eeprom
The Renesas part number of the two-wire serial interface EEPROM is not 24C128, but R1EX24128ASA00A. Hence change its primary compatible value to "renesas,r1ex24128". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
8834d8667b
commit
8edeee392f
@@ -123,7 +123,7 @@
|
||||
pinctrl-0 = <&i2c2_pins>;
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "renesas,24c128", "atmel,24c128";
|
||||
compatible = "renesas,r1ex24128", "atmel,24c128";
|
||||
reg = <0x50>;
|
||||
pagesize = <64>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user