diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2020-09-22 11:23:09 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-28 09:50:06 +0100 |
commit | f0e24ec59076df374d4e8f15a9658e140858afb0 (patch) | |
tree | 09619ae566ca3d05ec858519c7ea789deaece7b7 /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name (diff) | |
download | linux-f0e24ec59076df374d4e8f15a9658e140858afb0.tar.xz linux-f0e24ec59076df374d4e8f15a9658e140858afb0.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index e361df26a168..d51852857758 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -116,7 +116,7 @@ status = "okay"; som_eeprom: eeprom@50 { - compatible = "atmel,24c32"; + compatible = "catalyst,24c32", "atmel,24c32"; reg = <0x50>; }; |