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: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Stefan Riedmueller
2020-09-22 11:23:09 +02:00
committed by Shawn Guo
parent a8d54a39e9
commit f0e24ec590
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
status = "okay";
som_eeprom: eeprom@50 {
compatible = "atmel,24c32";
compatible = "catalyst,24c32", "atmel,24c32";
reg = <0x50>;
};

View File

@@ -84,7 +84,7 @@
status = "okay";
eeprom@50 {
compatible = "atmel,24c32";
compatible = "st,24c32", "atmel,24c32";
reg = <0x50>;
};