ARM: dts: imx7-tqma7: fix EEPROM compatible for SE97BTP

0x56 is the EEPROM component of SE97BTP.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein 2023-12-18 13:54:48 +01:00 committed by Shawn Guo
parent 8dc2bd4822
commit c4d9a26b08

View File

@ -152,7 +152,7 @@ m24c64: eeprom@50 {
};
at24c02: eeprom@56 {
compatible = "atmel,24c02";
compatible = "nxp,se97b", "atmel,24c02";
reg = <0x56>;
pagesize = <16>;
status = "okay";