[PATCH 3/3] arm64: dts: renesas: ulcb: Add I2C EEPROM for PMIC

Geert Uytterhoeven geert+renesas at glider.be
Thu Mar 9 07:30:49 PST 2023


Add a device node for the I2C EEPROM which serves as external storage
for the PMIC setup.

Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
 arch/arm64/boot/dts/renesas/ulcb.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index 8b437632981dc5e3..7c91a4d5e8d4fb12 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -268,6 +268,12 @@ dvfs: dvfs {
 			};
 		};
 	};
+
+	eeprom at 50 {
+		compatible = "rohm,br24t01", "atmel,24c01";
+		reg = <0x50>;
+		pagesize = <8>;
+	};
 };
 
 &ohci1 {
-- 
2.34.1




More information about the linux-arm-kernel mailing list