linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: Add support for Juno development board
@ 2014-10-31 16:04 Liviu Dudau
  2014-10-31 16:04 ` [PATCH 1/3] arm64: defconfig: Enable support for generic EHCI and OHCI platforms Liviu Dudau
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Liviu Dudau @ 2014-10-31 16:04 UTC (permalink / raw)
  To: linux-arm-kernel

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 device tree file might end up not being merged in the kernel if Mark
Rutland's plans to create a separate repositories for .dts files pan out,
but I would like the first two patches to be added to arch/arm64.

Best regards,
Liviu


Liviu Dudau (3):
  arm64: defconfig: Enable support for generic EHCI and OHCI platforms
  arm64: Create link to include/dt-bindings to enable C preprocessor use.
  arm64: Add Juno SoC device tree.

 arch/arm64/boot/dts/Makefile            |   2 +-
 arch/arm64/boot/dts/include/dt-bindings |   1 +
 arch/arm64/boot/dts/juno.dts            | 374 ++++++++++++++++++++++++++++++++
 arch/arm64/configs/defconfig            |   5 +
 4 files changed, 381 insertions(+), 1 deletion(-)
 create mode 120000 arch/arm64/boot/dts/include/dt-bindings
 create mode 100644 arch/arm64/boot/dts/juno.dts

-- 
2.1.2

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

end of thread, other threads:[~2014-10-31 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 16:04 [PATCH 0/3] arm64: Add support for Juno development board Liviu Dudau
2014-10-31 16:04 ` [PATCH 1/3] arm64: defconfig: Enable support for generic EHCI and OHCI platforms Liviu Dudau
2014-10-31 16:04 ` [PATCH 2/3] arm64: Create link to include/dt-bindings to enable C preprocessor use Liviu Dudau
2014-10-31 16:04 ` [PATCH 3/3] arm64: Add Juno SoC device tree Liviu Dudau
2014-10-31 16:29   ` Andrew Lunn
2014-10-31 17:16     ` Liviu Dudau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).