From e31f8224e524130fce6a69bbea68058b5ed5f5d5 Mon Sep 17 00:00:00 2001 From: Toxpox Date: Tue, 11 Aug 2026 16:42:14 +0300 Subject: [PATCH] fix: correct the onboard EEPROM compatible The onboard EEPROM is an AT24C512C with 64 KiB capacity. Describe it as atmel,24c512 so the full capacity is accessible. Signed-off-by: Toxpox --- arch/arm64/boot/dts/ti/k3-am67a-t3-gem-o1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am67a-t3-gem-o1.dts b/arch/arm64/boot/dts/ti/k3-am67a-t3-gem-o1.dts index e27a066eba6e4..df5e0aea1ac31 100644 --- a/arch/arm64/boot/dts/ti/k3-am67a-t3-gem-o1.dts +++ b/arch/arm64/boot/dts/ti/k3-am67a-t3-gem-o1.dts @@ -998,7 +998,7 @@ }; eeprom@51 { - compatible = "atmel,24c32"; + compatible = "atmel,24c512"; vcc-supply = <&vdd_3v3>; reg = <0x51>; };