Hi, Topic branch/pull for DMC driver bindings/DTS. Patchset had many iterations on mailing lists and waited for very long. Best regards, Krzysztof The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-dmc-5.5 for you to fetch changes up to 41f277be1d028e64fb8d5e91a7ce74df600bde54: dt-bindings: memory-controllers: exynos5422-dmc: Correct example syntax and memory region (2019-10-06 17:54:28 +0200) ---------------------------------------------------------------- Samsung DTS changes for DMC driver for v5.5 Add bindings and update device tree sources of Exynos5422 platforms with new Dynamic Memory Controller nodes and properties. ---------------------------------------------------------------- Krzysztof Kozlowski (1): dt-bindings: memory-controllers: exynos5422-dmc: Correct example syntax and memory region Lukasz Luba (9): dt-bindings: ddr: Rename lpddr2 directory dt-bindings: ddr: Add bindings for LPDDR3 memories dt-bindings: memory-controllers: Add Exynos5422 DMC device description ARM: dts: exynos: Add syscon compatible to clock controller on Exynos542x ARM: dts: exynos: Add DMC device to Exynos5422 and Odroid XU3-family boards dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories dt-bindings: memory-controllers: exynos5422-dmc: Add interrupt mode ARM: dts: exynos: Extend mapped region for DMC on Exynos5422 ARM: dts: exynos: Add interrupts to DMC controller in Exynos5422 .../bindings/{lpddr2 => ddr}/lpddr2-timings.txt | 0 .../devicetree/bindings/{lpddr2 => ddr}/lpddr2.txt | 2 +- .../devicetree/bindings/ddr/lpddr3-timings.txt | 58 ++++++++++ Documentation/devicetree/bindings/ddr/lpddr3.txt | 101 ++++++++++++++++++ .../bindings/memory-controllers/exynos5422-dmc.txt | 84 +++++++++++++++ arch/arm/boot/dts/exynos5420.dtsi | 76 ++++++++++++- arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 117 +++++++++++++++++++++ arch/arm/boot/dts/exynos5800.dtsi | 2 +- 8 files changed, 437 insertions(+), 3 deletions(-) rename Documentation/devicetree/bindings/{lpddr2 => ddr}/lpddr2-timings.txt (100%) rename Documentation/devicetree/bindings/{lpddr2 => ddr}/lpddr2.txt (96%) create mode 100644 Documentation/devicetree/bindings/ddr/lpddr3-timings.txt create mode 100644 Documentation/devicetree/bindings/ddr/lpddr3.txt create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt