2
0

0119-riscv-dts-visionfive2-add-EEPROM-node.patch 744 B

12345678910111213141516171819202122232425
  1. From 6d91484ec63526def63be4097c28790f25d647b8 Mon Sep 17 00:00:00 2001
  2. From: Zoltan HERPAI <[email protected]>
  3. Date: Thu, 10 Aug 2023 23:23:15 +0200
  4. Subject: [PATCH 119/122] riscv: dts: visionfive2: add EEPROM node
  5. Signed-off-by: Zoltan HERPAI <[email protected]>
  6. ---
  7. .../boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 6 ++++++
  8. 1 file changed, 6 insertions(+)
  9. --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi
  10. +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi
  11. @@ -239,6 +239,12 @@
  12. pinctrl-0 = <&i2c5_pins>;
  13. status = "okay";
  14. + eeprom@50 {
  15. + compatible = "atmel,24c04";
  16. + reg = <0x50>;
  17. + pagesize = <16>;
  18. + };
  19. +
  20. axp15060: pmic@36 {
  21. compatible = "x-powers,axp15060";
  22. reg = <0x36>;