ARM: dts: imx7-tqma7: fix EEPROM compatible for SE97BTP
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:48 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:40:46 +0000 (12:40 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi

index a68f567010f2dcd944af03a56c8bbccd247fc42d..c67f73b0ed5ef45824718158e17ddec2149aa886 100644 (file)
        };
 
        at24c02: eeprom@56 {
-               compatible = "atmel,24c02";
+               compatible = "nxp,se97b", "atmel,24c02";
                reg = <0x56>;
                pagesize = <16>;
                status = "okay";