summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2024-01-10 13:05:26 +0300
committerShawn Guo <shawnguo@kernel.org>2024-02-05 12:19:02 +0300
commitb7528796f98308df00e0b1e4311f090be9ab9d3f (patch)
tree85a42c39eb82fb02e136a5b74bb21206aad7fa45 /arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
parentf78835d1e616cc95d16f6871a97fd2f964644f93 (diff)
downloadlinux-b7528796f98308df00e0b1e4311f090be9ab9d3f.tar.xz
arm64: dts: freescale: tqma9352: Update I2C eeprom compatible
Now that there is a dedicated compatible for the idendification page use that instead. This also allows the removal the size and pagesize properties. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
index f6e422dc2663..9d2328c185c9 100644
--- a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi
@@ -122,10 +122,8 @@
/* protectable identification memory (part of M24C64-D @57) */
eeprom@5f {
- compatible = "st,24c64", "atmel,24c64";
+ compatible = "atmel,24c64d-wl";
reg = <0x5f>;
- size = <32>;
- pagesize = <32>;
vcc-supply = <&reg_v3v3>;
};