Commit f0e24ec5 authored by Stefan Riedmueller's avatar Stefan Riedmueller Committed by Shawn Guo

ARM: dts: imx6: phytec: Set correct eeprom compatible

Set the correct EEPROM compatible for phyCORE-i.MX 6 and phyFLEX-i.MX 6,
as stated in the device tree bindings.
Signed-off-by: default avatarStefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a8d54a39
......@@ -116,7 +116,7 @@ &i2c1 {
status = "okay";
som_eeprom: eeprom@50 {
compatible = "atmel,24c32";
compatible = "catalyst,24c32", "atmel,24c32";
reg = <0x50>;
};
......
......@@ -84,7 +84,7 @@ &i2c3 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c32";
compatible = "st,24c32", "atmel,24c32";
reg = <0x50>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment