Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f46a955 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman
Browse files

ARM: dts: exynos: add atmel,24c128 fallback to Samsung EEPROM



[ Upstream commit f038e8186fbc5723d7d38c6fa1d342945107347e ]

The Samsung s524ad0xd1 EEPROM should use atmel,24c128 fallback,
according to the AT24 EEPROM bindings.

Reported-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220426183443.243113-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent fcd1999b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@
	samsung,i2c-max-bus-freq = <20000>;

	eeprom@50 {
		compatible = "samsung,s524ad0xd1";
		compatible = "samsung,s524ad0xd1", "atmel,24c128";
		reg = <0x50>;
	};

@@ -287,7 +287,7 @@
	samsung,i2c-max-bus-freq = <20000>;

	eeprom@51 {
		compatible = "samsung,s524ad0xd1";
		compatible = "samsung,s524ad0xd1", "atmel,24c128";
		reg = <0x51>;
	};