From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 21 Jul 2015 09:56:36 -0600 Subject: [U-Boot] [PATCH v2] ARM: tegra: Add Tegra20 SPI device nodes In-Reply-To: <1437471398-17457-1-git-send-email-mirza.krak@hostmobility.com> References: <1437471398-17457-1-git-send-email-mirza.krak@hostmobility.com> Message-ID: <55AE6BB4.5060200@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/21/2015 03:36 AM, Mirza Krak wrote: > From: Mirza Krak > > Add the device tree node for the SPI controllers found on Tegra20 SOCs. > diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi > + spi at 7000d400 { > + compatible = "nvidia,tegra20-slink"; > + reg = <0x7000d400 0x200>; > + interrupts = <0 59 0x04>; > + nvidia,dma-request-selector = <&apbdma 15>; That property doesn't seem to exist in the kernel DT, and "resets", "reset-names", "dmas", "dma-names" are missing. I'd suggest simply cutting/pasting from the kernel DT to make sure they stay in sync. interrupts and clocks should also use the #defines to provide named constants for better readability and the same consistency reasons.