Re: [U-Boot] [PATCH v3] Tegra: DT: add device tree binding doc for QSPI

2015-10-26 Thread Stephen Warren
On 10/26/2015 03:36 PM, Tom Warren wrote: Stephen Warren wrote at Monday, October 26, 2015 2:04 PM: On 10/26/2015 02:34 PM, Tom Warren wrote: This patch adds the device tree binding doc for the Tegra QSPI controller on Tegra210. diff --git a/Documentation/devicetree/bindings/spi/nvidia,tegra

Re: [U-Boot] [PATCH v3] Tegra: DT: add device tree binding doc for QSPI

2015-10-26 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, October 26, 2015 2:04 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Stephen Warren ; > tomcwarren3...@gmail.com; jt...@openedev.com; robh...@kernel.org; > pawel.m...@arm.com; mark.rutl...

Re: [U-Boot] [PATCH v3] Tegra: DT: add device tree binding doc for QSPI

2015-10-26 Thread Stephen Warren
On 10/26/2015 02:34 PM, Tom Warren wrote: This patch adds the device tree binding doc for the Tegra QSPI controller on Tegra210. diff --git a/Documentation/devicetree/bindings/spi/nvidia,tegra210-qspi.txt b/Documentation/devicetree/bindings/spi/nvidia,tegra210-qspi.txt +- clock-names : Mus

[U-Boot] [PATCH v3] Tegra: DT: add device tree binding doc for QSPI

2015-10-26 Thread Tom Warren
This patch adds the device tree binding doc for the Tegra QSPI controller on Tegra210. Signed-off-by: Tom Warren --- Changes in v2: - based it more on kernel's nvidia,tegra114-spi.txt binding - changes based on prelim review by swar...@nvidia.com Changes in v3: - renamed to 'nvidia,tegra210-qspi.