diff mbox series

arm64: dts: renesas: condor-i: Add I2C EEPROM

Message ID 33a1ec9ee8fff7708f699c668d7399fde2b46553.1716455483.git.geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 4406d43d82cd2f29dbd581833fd4aa6d467b23aa
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: dts: renesas: condor-i: Add I2C EEPROM | expand

Commit Message

Geert Uytterhoeven May 23, 2024, 9:18 a.m. UTC
The I2C EEPROM U197 on Condor is also present on Condor-I, but it was
moved to the other side of the bi-directional voltage-level translator
on I2C bus zero, and relabeled to U230.

Move it to condor-common.dtsi to make it available on Condor-I, too.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v6.11.

 arch/arm64/boot/dts/renesas/condor-common.dtsi  | 6 ++++++
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts | 8 --------
 2 files changed, 6 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/condor-common.dtsi b/arch/arm64/boot/dts/renesas/condor-common.dtsi
index 7c34d14dcd7e1ca0..8b7c0c34eadce5cb 100644
--- a/arch/arm64/boot/dts/renesas/condor-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/condor-common.dtsi
@@ -227,6 +227,12 @@  adv7511_out: endpoint {
 			};
 		};
 	};
+
+	eeprom@50 {
+		compatible = "rohm,br24t01", "atmel,24c01";
+		reg = <0x50>;
+		pagesize = <8>;
+	};
 };
 
 &i2c1 {
diff --git a/arch/arm64/boot/dts/renesas/r8a77980-condor.dts b/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
index 68d1f1d53b3a38b4..1d326552e2facd06 100644
--- a/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77980-condor.dts
@@ -14,11 +14,3 @@  / {
 	model = "Renesas Condor board based on r8a77980";
 	compatible = "renesas,condor", "renesas,r8a77980";
 };
-
-&i2c0 {
-	eeprom@50 {
-		compatible = "rohm,br24t01", "atmel,24c01";
-		reg = <0x50>;
-		pagesize = <8>;
-	};
-};