diff options
author | 2023-03-09 16:30:49 +0100 | |
---|---|---|
committer | 2023-03-16 17:00:58 +0100 | |
commit | d5136914e48c7da5eab5caefd566b61a3aab4fc1 (patch) | |
tree | 7041c6f14809cd80a0729f71b626eb093076cf7d | |
parent | arm64: dts: renesas: condor: Add I2C EEPROM for PMIC (diff) | |
download | linux-rng-d5136914e48c7da5eab5caefd566b61a3aab4fc1.tar.xz linux-rng-d5136914e48c7da5eab5caefd566b61a3aab4fc1.zip |
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 <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/b52c6c21a94aa7320ac0c900f7023a5dfca76a29.1678375464.git.geert+renesas@glider.be
-rw-r--r-- | arch/arm64/boot/dts/renesas/ulcb.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |