diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-12-18 13:54:48 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-03 12:40:46 +0800 |
commit | c4d9a26b088310896ad34e2bd0716591967f3e94 (patch) | |
tree | 08f4113dd29e0d267db2f6c2a68ced1d3aadb037 /arch/arm/boot/dts/nxp | |
parent | 8dc2bd48227925a4f530f3fc5fa7bb1cb9c9286b (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.dtsi | 2 |
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"; |