On 02/12/2013 08:23 PM, Allen Martin wrote:
> Add nodes for t114 SPI controller hardware

s/t114/Tegra114/. Similar in patch 8/14 subject.

> diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi

> +     spi@7000d400 {
> +             compatible = "nvidia,tegra114-spi";
> +             reg = <0x7000d400 0x200>;
> +             interrupts = <0 59 0x04>;
> +             nvidia,dma-request-selector = <&apbdma 15>;
> +             #address-cells = <1>;
> +             #size-cells = <0>;
> +             status = "disabled";
> +             /* PERIPH_ID_SBC1, PLLP_OUT0 */
> +             clocks = <&tegra_car 41>;
> +     };

The status property should be last to match the kernel's device tree.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to