Hi Olof, Hi Kevin, Hi Arnd, Please consider these Renesas ARM based SoC DT updates for v5.1. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-dt-for-v5.1 for you to fetch changes up to 1feef0ac19a8376d36909af677b531b21bc92bb7: ARM: dts: r8a7744: Add LVDS support (2019-02-08 11:48:38 +0100) ---------------------------------------------------------------- Renesas ARM Based SoC DT Updates for v5.1 * R-Car H2 (r8a7790) based Stout board - Convert to new LVDS DT bindings * R-Car H1 (r8a7779) and M1A (r8a7778) SoCs - Describe HSCIF0/1 devices in DT * RZ/G1M (r8a7743) SoC - Correct sort order of the RWDT node - Remove aliases: should be defined in board rather than SoC DT if needed - Remove generic compatible string from iic3: it is not compatible * RZ/G1N (r8a7744) SoC - Describe LVDS and DU devices in DT - Correct sort order of VSP and MSIOF noces * RZ/G1C (r8a7747) based iWave SBC - Enable RTC * RZ/A2M (r7s9210) SoC and EVB - Initial support ---------------------------------------------------------------- Biju Das (7): ARM: dts: iwg23s-sbc: Enable RTC ARM: dts: r8a7744: Fix sorting of vsp and msiof nodes ARM: dts: r8a7743: Remove generic compatible string from iic3 ARM: dts: r8a7743: Remove aliases from SoC dtsi ARM: dts: r8a7743: Fix sorting of rwdt node ARM: dts: r8a7744: Add DU support ARM: dts: r8a7744: Add LVDS support Chris Brandt (2): ARM: dts: r7s9210: Initial SoC device tree ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB Geert Uytterhoeven (1): ARM: dts: stout: Convert to new LVDS DT bindings Ulrich Hecht (2): ARM: dts: r8a7778: Add HSCIF0/1 support ARM: dts: r8a7779: Add HSCIF0/1 device nodes arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r7s9210-rza2mevb.dts | 82 +++++++++++ arch/arm/boot/dts/r7s9210.dtsi | 218 ++++++++++++++++++++++++++++++ arch/arm/boot/dts/r8a7743.dtsi | 43 ++---- arch/arm/boot/dts/r8a7744.dtsi | 188 +++++++++++++++----------- arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 18 +++ arch/arm/boot/dts/r8a7778.dtsi | 28 ++++ arch/arm/boot/dts/r8a7779.dtsi | 26 ++++ arch/arm/boot/dts/r8a7790-stout.dts | 15 +- include/dt-bindings/clock/r8a7778-clock.h | 2 + 10 files changed, 508 insertions(+), 113 deletions(-) create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts create mode 100644 arch/arm/boot/dts/r7s9210.dtsi