From: Stefan Riedmueller <s.riedmueller@phytec.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
Stefan Riedmueller <s.riedmueller@phytec.de>,
devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/6] ARM: dts: imx6: phytec: Set correct eeprom compatible
Date: Thu, 29 Oct 2020 08:03:20 +0100 [thread overview]
Message-ID: <20201029070324.16057-2-s.riedmueller@phytec.de> (raw)
In-Reply-To: <20201029070324.16057-1-s.riedmueller@phytec.de>
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>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 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 @@ &i2c1 {
status = "okay";
som_eeprom: eeprom@50 {
- compatible = "atmel,24c32";
+ compatible = "catalyst,24c32", "atmel,24c32";
reg = <0x50>;
};
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
index 41ebe4599e43..a3f4e8f6cc9e 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -84,7 +84,7 @@ &i2c3 {
status = "okay";
eeprom@50 {
- compatible = "atmel,24c32";
+ compatible = "st,24c32", "atmel,24c32";
reg = <0x50>;
};
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Stefan Riedmueller <s.riedmueller@phytec.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Stefan Riedmueller <s.riedmueller@phytec.de>
Subject: [PATCH v2 2/6] ARM: dts: imx6: phytec: Set correct eeprom compatible
Date: Thu, 29 Oct 2020 08:03:20 +0100 [thread overview]
Message-ID: <20201029070324.16057-2-s.riedmueller@phytec.de> (raw)
In-Reply-To: <20201029070324.16057-1-s.riedmueller@phytec.de>
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>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 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 @@ &i2c1 {
status = "okay";
som_eeprom: eeprom@50 {
- compatible = "atmel,24c32";
+ compatible = "catalyst,24c32", "atmel,24c32";
reg = <0x50>;
};
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
index 41ebe4599e43..a3f4e8f6cc9e 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -84,7 +84,7 @@ &i2c3 {
status = "okay";
eeprom@50 {
- compatible = "atmel,24c32";
+ compatible = "st,24c32", "atmel,24c32";
reg = <0x50>;
};
--
2.25.1
next prev parent reply other threads:[~2020-10-29 7:04 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 7:03 [PATCH v2 1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller [this message]
2020-10-29 7:03 ` [PATCH v2 2/6] ARM: dts: imx6: phytec: Set correct eeprom compatible Stefan Riedmueller
2020-10-29 7:03 ` [PATCH v2 3/6] ARM: dts: imx6: phytec: Add eeprom pagesize Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller
2020-10-29 7:03 ` [PATCH v2 4/6] ARM: dts: imx6ul: segin: Add phyBOARD-Segin with eMMC phyCORE-i.MX6UL Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller
2020-11-10 0:40 ` Shawn Guo
2020-11-10 0:40 ` Shawn Guo
2020-10-29 7:03 ` [PATCH v2 5/6] ARM: dts: imx6ul: phytec: Add support for optional PEB-AV-02 LCD adapter Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller
2020-10-29 7:03 ` [PATCH v2 6/6] ARM: dts: imx6ul: segin: peb-av-02: Mark stmpe touch as wakeup-source Stefan Riedmueller
2020-10-29 7:03 ` Stefan Riedmueller
2020-11-10 0:26 ` [PATCH v2 1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name Shawn Guo
2020-11-10 0:26 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201029070324.16057-2-s.riedmueller@phytec.de \
--to=s.riedmueller@phytec.de \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.