[U-Boot] [PATCH v2] ARM: tegra: Add Tegra20 SPI device nodes

Simon Glass sjg at chromium.org
Tue Jul 21 22:28:52 CEST 2015


Hi,

On 21 July 2015 at 09:56, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 07/21/2015 03:36 AM, Mirza Krak wrote:
>>
>> From: Mirza Krak <mirza.krak at hostmobility.com>
>>
>> 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.

Also it's pretty easy to just copy over the kernel files. They should just work!

Regards,
Simon


More information about the U-Boot mailing list