mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 11:16:48 +07: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:
parent
8834d8667b
commit
8edeee392f
@ -123,7 +123,7 @@ &i2c2 {
|
||||
pinctrl-0 = <&i2c2_pins>;
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "renesas,24c128", "atmel,24c128";
|
||||
compatible = "renesas,r1ex24128", "atmel,24c128";
|
||||
reg = <0x50>;
|
||||
pagesize = <64>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user