All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Zynq: Support more boards
@ 2013-06-12 16:41 ` Soren Brinkmann
  0 siblings, 0 replies; 18+ messages in thread
From: Soren Brinkmann @ 2013-06-12 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds support for the zc702 and zed Zynq platforms. The series
depends on armsoc/zynq/clk.
The third patch is a little tricky in terms of the compatibility strings used
since the Zed board is not a Xilinx product. I looked at the Digilent vendor
tree and they use 'xlnx,zynq-zed', so I decided to do the same here. But this
might be a subject for discussion.
https://github.com/Digilent/linux-digilent/blob/master/arch/arm/boot/dts/digilent-zed.dts#L40

	S?ren

v2:
 - adding patch to remove board specific compat strings from the BSP
 - adding patch adding Zed support

Soren Brinkmann (3):
  arm: zynq: Remove board specific compatibility string
  arm: dt: zynq: Add support for the zc706 platform
  arm: dt: zynq: Add support for the zed platform

 arch/arm/boot/dts/Makefile       |  4 +++-
 arch/arm/boot/dts/zynq-zc706.dts | 31 +++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zed.dts   | 31 +++++++++++++++++++++++++++++++
 arch/arm/mach-zynq/common.c      |  1 -
 4 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-zc706.dts
 create mode 100644 arch/arm/boot/dts/zynq-zed.dts

-- 
1.8.3

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

end of thread, other threads:[~2013-06-13  5:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 16:41 [PATCH v2 0/3] Zynq: Support more boards Soren Brinkmann
2013-06-12 16:41 ` Soren Brinkmann
2013-06-12 16:41 ` [PATCH v2 1/3] arm: zynq: Remove board specific compatibility string Soren Brinkmann
2013-06-12 16:41   ` Soren Brinkmann
2013-06-12 16:41 ` [PATCH v2 2/3] arm: dt: zynq: Add support for the zc706 platform Soren Brinkmann
2013-06-12 16:41   ` Soren Brinkmann
2013-06-12 16:41 ` [PATCH v2 3/3] arm: dt: zynq: Add support for the zed platform Soren Brinkmann
2013-06-12 16:41   ` Soren Brinkmann
2013-06-12 18:23   ` Steffen Trumtrar
2013-06-12 18:23     ` Steffen Trumtrar
2013-06-12 18:26     ` Sören Brinkmann
2013-06-12 18:26       ` Sören Brinkmann
2013-06-12 19:33       ` Steffen Trumtrar
2013-06-12 19:33         ` Steffen Trumtrar
2013-06-12 20:16         ` Sören Brinkmann
2013-06-12 20:16           ` Sören Brinkmann
2013-06-13  5:02           ` Michal Simek
2013-06-13  5:02             ` Michal Simek

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.