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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ m24c64: eeprom@50 {
	};

	at24c02: eeprom@56 {
		compatible = "atmel,24c02";
		compatible = "nxp,se97b", "atmel,24c02";
		reg = <0x56>;
		pagesize = <16>;
		status = "okay";