Add RZ/G2H SoC support for [H]SCIF/SDHI/I2C/RWDT/MSIOF on 4.19.y-cip kernel. All the patches in this series are cherry-piced from ML, except [1] which is a new patch similar to the workdone for other similar SoC's [1] mmc: renesas_sdhi_internal_dmac: Add r8a774e1 support This patch series depend on [2] [2] https://patchwork.kernel.org/project/cip-dev/list/?series=338235 Biju Das (1): mmc: renesas_sdhi_internal_dmac: Add r8a774e1 support Lad Prabhakar (9): arm64: dts: renesas: r8a774e1: Add SCIF and HSCIF nodes arm64: dts: renesas: r8a774e1: Add SDHI nodes dt-bindings: i2c: renesas,i2c: Document r8a774e1 support dt-bindings: i2c: renesas,iic: Document r8a774e1 support arm64: dts: renesas: r8a774e1: Add I2C and IIC-DVFS support spi: renesas,sh-msiof: Add r8a774e1 support arm64: dts: renesas: r8a774e1: Add MSIOF nodes dt-bindings: watchdog: renesas,wdt: Document r8a774e1 support arm64: dts: renesas: r8a774e1: Add RWDT node .../devicetree/bindings/i2c/renesas,i2c.txt | 1 + .../devicetree/bindings/i2c/renesas,iic.txt | 1 + .../devicetree/bindings/spi/sh-msiof.txt | 1 + .../bindings/watchdog/renesas,wdt.txt | 1 + arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 390 +++++++++++++++++- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 6 files changed, 386 insertions(+), 9 deletions(-) -- 2.17.1