[U-Boot] [PATCH 11/14] tegra114: fdt: add SPI blocks

Stephen Warren swarren at wwwdotorg.org
Wed Feb 13 23:52:23 CET 2013


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 at 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.


More information about the U-Boot mailing list