ARM: dts: imx6: phytec: Set correct eeprom compatible
authorStefan Riedmueller <s.riedmueller@phytec.de>
Tue, 22 Sep 2020 09:23:09 +0000 (11:23 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Oct 2020 08:50:06 +0000 (16:50 +0800)
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>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi

index e361df2..d518528 100644 (file)
        status = "okay";
 
        som_eeprom: eeprom@50 {
-               compatible = "atmel,24c32";
+               compatible = "catalyst,24c32", "atmel,24c32";
                reg = <0x50>;
        };
 
index 41ebe45..a3f4e8f 100644 (file)
@@ -84,7 +84,7 @@
        status = "okay";
 
        eeprom@50 {
-               compatible = "atmel,24c32";
+               compatible = "st,24c32", "atmel,24c32";
                reg = <0x50>;
        };