From: Alexander Stein Date: Wed, 10 Jan 2024 10:05:26 +0000 (+0100) Subject: arm64: dts: freescale: tqma9352: Update I2C eeprom compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b7528796f98308df00e0b1e4311f090be9ab9d3f;p=linux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi index f6e422dc2663e..9d2328c185c90 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 = <®_v3v3>; };