From fc37c58ab3ed881e91e60063ddf2621fa9b9ef4b Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 8 Nov 2023 13:32:06 +0900 Subject: [PATCH] RISCV: dts: starfive: Add eeprom node Add atmel eeprom driver node. Apply the eeprom node by referring to the Vendor branch. [https://github.com/starfive-tech/linux/blob/22e0315434b13cdde93ded101b567d5d1c4d5a2e/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi#L504] Change-Id: I830acf5a0b6a226a4822dd00a278aea6aee827d5 Signed-off-by: Hoegeun Kwon --- arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index 1a71179..b109da9 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -218,6 +218,12 @@ pinctrl-0 = <&i2c5_pins>; status = "okay"; + eeprom@50 { + compatible = "atmel,24c04"; + reg = <0x50>; + pagesize = <16>; + }; + axp15060: pmic@36 { compatible = "x-powers,axp15060"; reg = <0x36>; -- 2.7.4