All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] arm64: Add support for Juno development board
@ 2014-11-11 17:32 ` Liviu Dudau
  0 siblings, 0 replies; 28+ messages in thread
From: Liviu Dudau @ 2014-11-11 17:32 UTC (permalink / raw)
  To: arm, Olof Johansson, Arnd Bergmann, Kevin Hilman
  Cc: Catalin Marinas, Mark Rutland, Pawel Moll, Will Deacon,
	device tree, LAKML, LKML, Rob Herring, Ian Campbell, Kumar Gala

Hi,

This patchset adds device tree support for ARM's AArch64 Juno development
board. It enables use of various peripherals on the board, from USB and
networking to I2C and PL011 UART.

The patches can also be found in the repository at:

   git://github.com/ARM-software/linux.git juno/dts-for-armsoc

for you to fetch.


Changes vs v2:
  - rebased on top of arm-soc/next/cleanup
  - Split the flat device tree into several files. Although some
    commonality still remains in the main .dts file with other
    devices trees (see psci node) it is not clear what benefits can
    be gained from moving such a small node into its own file.
  - Ordered nodes according to their address space
  - Removed ulpi_phy node as it was redundant and the bindings non-standard.

v2 version: http://lkml.org/lkml/2014/11/10/242

Best regards,
Liviu

Liviu Dudau (2):
  arm64: Create link to include/dt-bindings to enable C preprocessor
    use.
  arm64: Add Juno board device tree.

 arch/arm64/boot/dts/arm/Makefile              |   1 +
 arch/arm64/boot/dts/arm/juno-clocks.dtsi      |  45 ++++++
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 129 +++++++++++++++
 arch/arm64/boot/dts/arm/juno.dts              | 218 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/include/dt-bindings       |   1 +
 5 files changed, 394 insertions(+)
 create mode 100644 arch/arm64/boot/dts/arm/juno-clocks.dtsi
 create mode 100644 arch/arm64/boot/dts/arm/juno-motherboard.dtsi
 create mode 100644 arch/arm64/boot/dts/arm/juno.dts
 create mode 120000 arch/arm64/boot/dts/include/dt-bindings

-- 
2.1.3


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-11-27 11:24 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 17:32 [PATCH v3 0/2] arm64: Add support for Juno development board Liviu Dudau
2014-11-11 17:32 ` Liviu Dudau
2014-11-11 17:32 ` [PATCH v3 1/2] arm64: Create link to include/dt-bindings to enable C preprocessor use Liviu Dudau
2014-11-11 17:32   ` Liviu Dudau
2014-11-11 17:32   ` Liviu Dudau
2014-11-27  8:34   ` [v3, " Pankaj Dubey
2014-11-27  8:34     ` Pankaj Dubey
2014-11-27  8:34     ` Pankaj Dubey
2014-11-27 11:24     ` Liviu Dudau
2014-11-27 11:24       ` Liviu Dudau
2014-11-27 11:24       ` Liviu Dudau
2014-11-11 17:32 ` [PATCH v3 2/2] arm64: Add Juno board device tree Liviu Dudau
2014-11-11 17:32   ` Liviu Dudau
2014-11-26 10:30   ` Marc Zyngier
2014-11-26 10:30     ` Marc Zyngier
2014-11-26 10:30     ` Marc Zyngier
2014-11-26 10:59     ` Liviu Dudau
2014-11-26 10:59       ` Liviu Dudau
2014-11-26 10:59       ` Liviu Dudau
2014-11-26 11:36       ` Marc Zyngier
2014-11-26 11:36         ` Marc Zyngier
2014-11-26 11:36         ` Marc Zyngier
2014-11-20 10:54 ` [PATCH v3 0/2] arm64: Add support for Juno development board Liviu Dudau
2014-11-20 10:54   ` Liviu Dudau
2014-11-20 10:54   ` Liviu Dudau
2014-11-20 16:52 ` Arnd Bergmann
2014-11-20 16:52   ` Arnd Bergmann
2014-11-20 16:52   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.