From: Geert Uytterhoeven Date: Thu, 9 Mar 2023 15:30:49 +0000 (+0100) Subject: arm64: dts: renesas: ulcb: Add I2C EEPROM for PMIC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d5136914e48c7da5eab5caefd566b61a3aab4fc1;p=users%2Fjedix%2Flinux-maple.git arm64: dts: renesas: ulcb: Add I2C EEPROM for PMIC Add a device node for the I2C EEPROM which serves as external storage for the PMIC setup. Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/b52c6c21a94aa7320ac0c900f7023a5dfca76a29.1678375464.git.geert+renesas@glider.be --- diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index d693e879b330..0be2716659e9 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -267,6 +267,12 @@ }; }; }; + + eeprom@50 { + compatible = "rohm,br24t01", "atmel,24c01"; + reg = <0x50>; + pagesize = <8>; + }; }; &ohci1 {