From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Feb 2013 15:51:48 -0700 Subject: [U-Boot] [PATCH 08/14] tegra114: fdt: add compatible string for tegra114 SPI ctrl In-Reply-To: <1360725802-5518-9-git-send-email-amartin@nvidia.com> References: <1360725802-5518-1-git-send-email-amartin@nvidia.com> <1360725802-5518-9-git-send-email-amartin@nvidia.com> Message-ID: <511C1904.4040102@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 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, "nvidia,tegra114-spi"), The value is nvidia,tegra114-slink.