Commit f038e818 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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



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
parent 9e916fb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@
	samsung,i2c-max-bus-freq = <20000>;

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

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

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