From: Alexander Stein Date: Mon, 18 Dec 2023 12:54:48 +0000 (+0100) Subject: ARM: dts: imx7-tqma7: fix EEPROM compatible for SE97BTP X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4d9a26b088310896ad34e2bd0716591967f3e94;p=linux.git ARM: dts: imx7-tqma7: fix EEPROM compatible for SE97BTP 0x56 is the EEPROM component of SE97BTP. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi index a68f567010f2d..c67f73b0ed5ef 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi @@ -152,7 +152,7 @@ }; at24c02: eeprom@56 { - compatible = "atmel,24c02"; + compatible = "nxp,se97b", "atmel,24c02"; reg = <0x56>; pagesize = <16>; status = "okay";