mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
committed by
Shawn Guo
parent
a8d54a39e9
commit
f0e24ec590
@@ -116,7 +116,7 @@
|
||||
status = "okay";
|
||||
|
||||
som_eeprom: eeprom@50 {
|
||||
compatible = "atmel,24c32";
|
||||
compatible = "catalyst,24c32", "atmel,24c32";
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
status = "okay";
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "atmel,24c32";
|
||||
compatible = "st,24c32", "atmel,24c32";
|
||||
reg = <0x50>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user