From: Ciprian Marian Costea <ciprianmarian.costea@xxxxxxxxxxx> This patchset aims to add two changes to the S32G2/S32G3 dtsi support: - Adding I2C dts support for S32G SoC based boards - Centralize the common part of 'S32G-EVB' and 'S32G-RDB' board revisions into dtsi files. This refactor will serve I2C in this patchset, but in the future it will also be used for other modules such as : FlexCAN and DSPI. Changes in V5: - Updated several commit titles and descriptions. - Moved 'reg' dtsi node entry after 'compatible'. - Squashed commit 3/4. - Changed 'ina231' dtsi node name to 'current-sensor'. Changes in V4: - Moved I2C nodes '#address-size' and '#address-cells' entries from board common level to S32G2/S32G3 SoC level. Changes in V3: - Separated patchset into multiple stages: common 'I2C' dts entries, board 'I2C' dts entries and the introduction of common 'S32GXXXA-EVB/RDB' dtsi. - Added missing changelog for V2 of this patchset Changes in V2: - Moved I2C end device '#address-size' and '#address-cells' entries from board dts to common 's32gxxxa-evb/rdb' common dtsi. Ciprian Marian Costea (3): arm64: dts: s32g: add I2C[0..2] support for s32g2 and s32g3 arm64: dts: s32g: add common 'S32G-EVB' and 'S32G-RDB' board support arm64: dts: s32g399a-rdb3: Add INA231 sensor entry over I2C4 arch/arm64/boot/dts/freescale/s32g2.dtsi | 55 +++++++ .../arm64/boot/dts/freescale/s32g274a-evb.dts | 1 + .../boot/dts/freescale/s32g274a-rdb2.dts | 1 + arch/arm64/boot/dts/freescale/s32g3.dtsi | 60 +++++++ .../boot/dts/freescale/s32g399a-rdb3.dts | 9 ++ .../boot/dts/freescale/s32gxxxa-evb.dtsi | 150 ++++++++++++++++++ .../boot/dts/freescale/s32gxxxa-rdb.dtsi | 122 ++++++++++++++ 7 files changed, 398 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi create mode 100644 arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi -- 2.45.2