From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 08/11] ARM: dts: zynq: Add VDMA to Parallella
Date: Fri, 25 Jul 2014 11:47:05 +0200 [thread overview]
Message-ID: <53D22799.8050903@suse.de> (raw)
In-Reply-To: <b4c4e060-2efb-4b82-be12-32c00897ec93@BY2FFO11FD023.protection.gbl>
Hi S?ren,
Am 25.07.2014 01:22, schrieb S?ren Brinkmann:
> On Fri, 2014-07-25 at 01:00AM +0200, Andreas F?rber wrote:
>> Signed-off-by: Andreas F?rber <afaerber@suse.de>
>> ---
>> v2: New
>>
>> arch/arm/boot/dts/zynq-parallella.dts | 25 +++++++++++++++++++++++++
>> 1 file changed, 25 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
>> index e60a0a9..8beaacc 100644
>> --- a/arch/arm/boot/dts/zynq-parallella.dts
>> +++ b/arch/arm/boot/dts/zynq-parallella.dts
>> @@ -32,6 +32,31 @@
>> bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
>> linux,stdout-path = "/amba/serial at e0001000";
>> };
>> +
>> + fpga {
> Do you really want FPGA components in this DT?
> If somebody tries booting with this DT without programming with a
> corresponding bitstream, the whole system might hang.
> Just something to consider.
Well, that's related to a question that remained unanswered on v1:
whether we may need to turn this into a .dtsi to cope with variations.
The Parallella has an on-board ?HDMI connector, and two bitstreams are
delivered - one for HDMI and one for headless usage. In my testing I am
using the original HDMI bitstream but serial console for lack of
upstream HDMI drivers. Do you think we need to provide
zynq-parallella-hdmi.dts and zynq-parallella-headless.dts? (It gets
worse if at some point we need to handle variations of the on-board
Epiphany chip plus the bitstreams - at least the Z7010 vs. Z7020 doesn't
affect DT AFAICT.)
Since, as noted in the cover letter, these FPGA patches are not yet
fully testable, I wouldn't mind deferring them, but wanted to get them
out for review early.
http://www.parallella.org/2014/07/14/new-parallella-product-offerings/
indicates there will be a new variation in gen2 without USB/HDMI. Would
it be valid to #include a .dts (rather than .dtsi) to override status
and keep number of Parallella files low?
Regards,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
next prev parent reply other threads:[~2014-07-25 9:47 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-24 23:00 [PATCH v2 00/11] ARM: dts: zynq: Prepare Parallella Andreas Färber
2014-07-24 23:00 ` [PATCH v2 01/11] Documentation: devicetree: Adapteva vendor prefix Andreas Färber
2014-07-25 8:01 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 02/11] Documentation: devicetree: Adapteva boards Andreas Färber
2014-07-25 8:01 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 03/11] ARM: dts: zynq: Add Parallella device tree Andreas Färber
2014-07-25 8:02 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 04/11] ARM: dts: zynq: Update deprecated xuartps clock names Andreas Färber
2014-07-24 23:09 ` Sören Brinkmann
2014-07-24 23:13 ` Andreas Färber
2014-07-24 23:24 ` Sören Brinkmann
2014-07-25 7:38 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 05/11] ARM: dts: zynq: Add QSPI for Parallella Andreas Färber
2014-07-24 23:18 ` Sören Brinkmann
2014-07-25 7:59 ` Michal Simek
2014-07-25 8:42 ` Andreas Färber
2014-07-25 9:38 ` Michal Simek
2014-07-25 11:12 ` [PATCH v3] ARM: dts: zynq: Add SPI Andreas Färber
2014-07-25 14:42 ` Sören Brinkmann
[not found] ` <20140725144223.GB16049@xsjandreislx>
2014-07-28 9:11 ` Michal Simek
[not found] ` <53D2258B.9000609@xilinx.com>
2014-07-25 10:31 ` [PATCH v2 05/11] ARM: dts: zynq: Add QSPI for Parallella Harini Katakam
2014-07-25 10:43 ` Andreas Färber
2014-07-25 10:47 ` Harini Katakam
2014-07-24 23:00 ` [PATCH v2 06/11] ARM: dts: zynq: Add DMAC " Andreas Färber
2014-07-24 23:28 ` Sören Brinkmann
2014-07-25 8:02 ` Michal Simek
2014-07-25 8:24 ` Andreas Färber
2014-07-25 8:36 ` Michal Simek
2014-07-25 14:43 ` Sören Brinkmann
2014-07-24 23:00 ` [PATCH v2 07/11] Documentation: devicetree: Fix Xilinx VDMA specification Andreas Färber
2014-07-25 7:49 ` Michal Simek
2014-07-25 8:46 ` Andreas Färber
2014-07-25 9:40 ` Michal Simek
[not found] ` <53D225F2.4070504@xilinx.com>
2014-07-25 12:51 ` Srikanth Thokala
2014-07-24 23:00 ` [PATCH v2 08/11] ARM: dts: zynq: Add VDMA to Parallella Andreas Färber
2014-07-24 23:22 ` Sören Brinkmann
2014-07-25 9:47 ` Andreas Färber [this message]
2014-07-25 14:49 ` Sören Brinkmann
2014-07-24 23:00 ` [PATCH v2 09/11] Documentation: devicetree: Fix ADI AXI SPDIF specification Andreas Färber
2014-07-25 7:42 ` Lars-Peter Clausen
2014-07-25 8:08 ` Michal Simek
2014-07-25 10:18 ` Mark Brown
2014-07-25 10:32 ` Andreas Färber
2014-07-25 10:39 ` Mark Brown
2014-07-28 11:43 ` Andreas Färber
2014-07-28 12:20 ` Mark Brown
2014-07-28 12:28 ` Andreas Färber
2014-07-28 13:44 ` Mark Brown
2014-07-28 15:39 ` Andreas Färber
2014-07-28 21:28 ` Mark Brown
2014-07-24 23:00 ` [PATCH v2 10/11] ARM: dts: zynq: Add SPDIF for Parallella Andreas Färber
2014-07-24 23:00 ` [PATCH v2 11/11] ARM: dts: zynq: Add AXI clkgen " Andreas Färber
2014-07-25 3:49 ` [PATCH v2 00/11] ARM: dts: zynq: Prepare Parallella Punnaiah Choudary Kalluri
2014-07-25 10:04 ` Andreas Färber
2014-07-28 16:17 ` Andreas Färber
2014-07-28 16:39 ` Lars-Peter Clausen
2014-10-18 4:28 ` Olof Johansson
2014-10-19 15:57 ` Soren Brinkmann
2014-10-21 20:52 ` Andreas Färber
2014-10-21 21:00 ` Sören Brinkmann
2014-10-21 21:01 ` Olof Johansson
2014-10-21 21:07 ` Andreas Färber
2014-10-21 21:18 ` Olof Johansson
2014-10-22 13:22 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53D22799.8050903@suse.de \
--to=afaerber@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).