Skip to content

Commit

Permalink
ARM: dts: exynos: add atmel,24c128 fallback to Samsung EEPROM
Browse files Browse the repository at this point in the history
[ Upstream commit f038e81 ]

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

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220426183443.243113-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Jun 9, 2022
1 parent 83c329b commit 80b06c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5250-smdk5250.dts
Expand Up @@ -129,7 +129,7 @@
samsung,i2c-max-bus-freq = <20000>;

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

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

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

Expand Down

0 comments on commit 80b06c4

Please sign in to comment.