Commit c4d9a26b authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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

0x56 is the EEPROM component of SE97BTP.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8dc2bd48
......@@ -152,7 +152,7 @@ m24c64: eeprom@50 {
};
at24c02: eeprom@56 {
compatible = "atmel,24c02";
compatible = "nxp,se97b", "atmel,24c02";
reg = <0x56>;
pagesize = <16>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment