Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544AbaJ0PpP (ORCPT ); Mon, 27 Oct 2014 11:45:15 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:49248 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbaJ0PpL convert rfc822-to-8bit (ORCPT ); Mon, 27 Oct 2014 11:45:11 -0400 Subject: Re: [PATCH v2 2/3] ARM: dts: socfpga: fpga bridges bindings docs Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=utf-8 From: Pantelis Antoniou In-Reply-To: <20141027153205.GW10262@pengutronix.de> Date: Mon, 27 Oct 2014 17:45:03 +0200 Cc: Mark Brown , atull@opensource.altera.com, jgunthorpe@obsidianresearch.com, hpa@zytor.com, Michal Simek , michal.simek@xilinx.com, rdunlap@infradead.org, Greg Kroah-Hartman , linux-kernel , devicetree@vger.kernel.org, robh+dt@kernel.org, Grant Likely , iws@ovro.caltech.edu, linux-doc@vger.kernel.org, Pavel Machek , philip@balister.org, rubini@gnudd.com, jason@lakedaemon.net, kyle.teske@ni.com, nico@linaro.org, Felipe Balbi , m.chehab@samsung.com, davidb@codeaurora.org, Rob Landley , davem@davemloft.net, cesarb@cesarb.net, sameo@linux.intel.com, akpm@linux-foundation.org, Linus Walleij , mgerlach@opensource.altera.com, Alan Tull , dinguyen@opensource.altera.com, yvanderv@opensource.altera.com Content-Transfer-Encoding: 8BIT Message-Id: <1C42AF5D-4776-4B09-BDF4-24F001439F46@konsulko.com> References: <1414108267-22058-1-git-send-email-atull@opensource.altera.com> <1414108267-22058-3-git-send-email-atull@opensource.altera.com> <20141027150147.GX18557@sirena.org.uk> <31BBCD26-65E2-431A-9ADF-95D7EDC7E34E@konsulko.com> <20141027153205.GW10262@pengutronix.de> To: Steffen Trumtrar X-Mailer: Apple Mail (2.1990.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stefan, > On Oct 27, 2014, at 17:32 , Steffen Trumtrar wrote: > > On Mon, Oct 27, 2014 at 05:05:29PM +0200, Pantelis Antoniou wrote: >> Hi Mark, >> >>> On Oct 27, 2014, at 17:01 , Mark Brown wrote: >>> >>> On Mon, Oct 27, 2014 at 01:48:02PM +0200, Pantelis Antoniou wrote: >>>>> On Oct 24, 2014, at 02:51 , atull@opensource.altera.com wrote: >>> >>>>> + - init-val : 0 if driver should disable bridge at startup >>>>> + 1 if driver should enable bridge at startup >>>>> + driver leaves bridge in current state if property not >>>>> + specified. >>> >>>> Isn’t init-val a boolean property? It’s not named very well. >>> >>> It's not boolean, it's tristate - turn on, turn off or don't touch. >>> >> >> I see. Even then ‘init-val’ is cryptic. I’d prefer two booleans, >> enable-at-startup; disable-at-startup. >> >>>> Along with the label, is kinda hard to defend as configuration in DT. >>> >>> Yeah... presumably this decision would fall out of the users? >> >> Well, it’s the user that should make the decision, but the driver should >> pick it up. This works but it’s not very nice. >> > > Hm, convince me why this AXI bus is so special, that I even need an > "init-val" property? Other buses don't have that. > Why don't I add a property "init-val" to my SPI buses, so I can enable > it in the DT and still have it in reset, just because.... > > The bridges on the SoCFPGA are buses, from the HPS to the FPGA. If I have > written firmware to the FPGA and I have subnodes on that bus, I have to > get it out of reset and probe everything. Normal procedure, no ?! > Well, it’s not my speciality, but my understanding is that FPGAs take (considerable) time to be programmed. If someone has already configured the ‘bus’ it is considered a win to not reload the bitstream. I.e. if you boot with the bootloader having loaded the bitstream already, you don’t want to do it again. I’m afraid there’s no such analogue with standard hardware busses like SPI, where the bus setup time is instantaneous. > > Regards, > Steffen > Regards — Pantelis > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/