Hi all, This patch series adds the device nodes for all I2C EEPROMs in the Falcon board stack. As some EEPROMs are located on sub-boards, it also introduces individual .dtsi files for these sub-boards. Note that (for now) these sub-boards don't have compatible values or model strings, as I think this needs more discussion. This has been tested on the Falcon boards in Magnus' and Kieran's farms. The EEPROM on the CPU board in Magnus' farm contains some data. All other EEPROMs are present, but in pristine state (all ones). Changes compared to v1: - Move EEPROMs in sub-boards to separate .dtsi files and patches. To be queued in renesas-devel for v5.13. Thanks for your comments! Geert Uytterhoeven (3): arm64: dts: renesas: falcon: Add I2C EEPROM nodes arm64: dts: renesas: falcon: Add CSI/DSI sub-board arm64: dts: renesas: falcon: Add Ethernet sub-board .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 7 +++++++ .../boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi | 15 +++++++++++++++ .../dts/renesas/r8a779a0-falcon-ethernet.dtsi | 15 +++++++++++++++ arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts | 11 +++++++++++ 4 files changed, 48 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-ethernet.dtsi -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds