mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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:
parent
8dc2bd4822
commit
c4d9a26b08
|
|
@ -152,7 +152,7 @@ m24c64: eeprom@50 {
|
|||
};
|
||||
|
||||
at24c02: eeprom@56 {
|
||||
compatible = "atmel,24c02";
|
||||
compatible = "nxp,se97b", "atmel,24c02";
|
||||
reg = <0x56>;
|
||||
pagesize = <16>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user