diff options
author | Olof Johansson <olof@lixom.net> | 2014-07-06 20:15:48 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 20:16:16 -0400 |
commit | 21760aedabc795a6758bf15fafcd59fe0799cd9f (patch) | |
tree | d63b61d178d8a11a085fc3a6497137d85f45b34c /arch/arm/boot/dts/Makefile | |
parent | 5bf521b813776e983bfc1ef21898391e51773c1d (diff) | |
parent | c1a0f9932b66b2298163c31f8ac3f2844476e1c2 (diff) |
Merge tag 'renesas-r8a7779-multiplatform-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
Pull "Renesas ARM Based SoC r8a7779-multiplatform Updates for v3.17" from
Simon Horman:
Move r8a7779 SoC and its Marzen board to use common clocks,
multiplatform and initialise SCIF (serial) devices using DT.
* tag 'renesas-r8a7779-multiplatform-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (32 commits)
ARM: shmobile: marzen: Do not use workaround for scif devices
ARM: shmobile: marzen: Initialise SCIF devices using DT
ARM: shmobile: marzen: Remove early_printk from command line
ARM: shmobile: r8a7779: Add scif nodes to dtsi
ARM: shmobile: r8a7779 dtsi: Correct #address-cells/#size-cells for clocks
ARM: shmobile: r8a7779 dtsi: Update unit-addresses for clocks
ARM: shmobile: r8a7779: Remove unused r8a7779_init_delay()
ARM: shmobile: marzen-reference: Use DT CPU Frequency
ARM: shmobile: r8a7779: Use DT CPU Frequency in common case
ARM: shmobile: r8a7779: Add Maximum CPU Frequency to DTS
ARM: shmobile: marzen-reference: Remove legacy clock support
ARM: shmobile: Remove Marzen reference DTS
ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB
ARM: shmobile: Remove non-multiplatform Marzen reference support
ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and TMU
ARM: shmobile: marzen-reference: Initialize CPG device
ARM: shmobile: r8a7779: Initial multiplatform support
ARM: shmobile: marzen-reference: Move clock and OF device initialisation into board code
ARM: shmobile: r8a7779: Move r8a7779_earlytimer_init to clock-r8a7779.c
ARM: shmobile: r8a7779: Add helper to read mode pins
...
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index adb5ed9e269e..eb280d3483eb 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -327,7 +327,6 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7s72100-genmai.dtb \ | |||
327 | r8a7778-bockw-reference.dtb \ | 327 | r8a7778-bockw-reference.dtb \ |
328 | r8a7740-armadillo800eva-reference.dtb \ | 328 | r8a7740-armadillo800eva-reference.dtb \ |
329 | r8a7779-marzen.dtb \ | 329 | r8a7779-marzen.dtb \ |
330 | r8a7779-marzen-reference.dtb \ | ||
331 | r8a7791-koelsch.dtb \ | 330 | r8a7791-koelsch.dtb \ |
332 | r8a7790-lager.dtb \ | 331 | r8a7790-lager.dtb \ |
333 | sh73a0-kzm9g.dtb \ | 332 | sh73a0-kzm9g.dtb \ |
@@ -339,7 +338,8 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \ | |||
339 | r7s72100-genmai.dtb \ | 338 | r7s72100-genmai.dtb \ |
340 | r8a7791-henninger.dtb \ | 339 | r8a7791-henninger.dtb \ |
341 | r8a7791-koelsch.dtb \ | 340 | r8a7791-koelsch.dtb \ |
342 | r8a7790-lager.dtb | 341 | r8a7790-lager.dtb \ |
342 | r8a7779-marzen.dtb | ||
343 | dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ | 343 | dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ |
344 | socfpga_cyclone5_socdk.dtb \ | 344 | socfpga_cyclone5_socdk.dtb \ |
345 | socfpga_cyclone5_sockit.dtb \ | 345 | socfpga_cyclone5_sockit.dtb \ |