summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/nxp
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2023-12-18 13:54:48 +0100
committerShawn Guo <shawnguo@kernel.org>2024-02-03 12:40:46 +0800
commitc4d9a26b088310896ad34e2bd0716591967f3e94 (patch)
tree08f4113dd29e0d267db2f6c2a68ced1d3aadb037 /arch/arm/boot/dts/nxp
parent8dc2bd48227925a4f530f3fc5fa7bb1cb9c9286b (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/nxp')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi
index a68f567010f2..c67f73b0ed5e 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";