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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
	status = "okay";

	som_eeprom: eeprom@50 {
		compatible = "atmel,24c32";
		compatible = "catalyst,24c32", "atmel,24c32";
		reg = <0x50>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
	status = "okay";

	eeprom@50 {
		compatible = "atmel,24c32";
		compatible = "st,24c32", "atmel,24c32";
		reg = <0x50>;
	};