arm64: dts: freescale: tqma9352: Update I2C eeprom compatible
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 10 Jan 2024 10:05:26 +0000 (11:05 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Feb 2024 09:19:02 +0000 (17:19 +0800)
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>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index f6e422dc2663e99702e3a305d7213e6547aa79e5..9d2328c185c90ed1629872b1dca87142260ff5ed 100644 (file)
 
        /* 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>;
        };