Re: [U-Boot] [PATCH 08/14] tegra114: fdt: add compatible string for tegra114 SPI ctrl

2013-02-13 Thread Stephen Warren
On 02/12/2013 08:23 PM, Allen Martin wrote: > Add "nvidia,tegra114-spi" to represent t114 SPI controller hardware. > + COMPAT_NVIDIA_TEGRA114_SPI, /* Tegra 114 SPI controller */ Should probably be called TEGRA114_SLINK to match the actual value. > + COMPAT(NVIDIA_TEGRA114_SPI, "nvidi

[U-Boot] [PATCH 08/14] tegra114: fdt: add compatible string for tegra114 SPI ctrl

2013-02-12 Thread Allen Martin
Add "nvidia,tegra114-spi" to represent t114 SPI controller hardware. Signed-off-by: Allen Martin --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index 77f244f..1b20f72 100644 --- a/include/fdtdec.h +++ b