提交 22032c77 编写于 作者: S Stephen Warren 提交者: Grant Likely

spi/tegra: Use engineering names in DT compatible property

Engineering names are more stable than marketing names. Hence, use them
for Device Tree compatible properties instead.
Signed-off-by: NStephen Warren <swarren@nvidia.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 fb644095
NVIDIA Tegra 2 SPI device
Required properties:
- compatible : should be "nvidia,tegra250-spi".
- compatible : should be "nvidia,tegra20-spi".
- gpios : should specify GPIOs used for chipselect.
......@@ -598,7 +598,7 @@ MODULE_ALIAS("platform:spi_tegra");
#ifdef CONFIG_OF
static struct of_device_id spi_tegra_of_match_table[] __devinitdata = {
{ .compatible = "nvidia,tegra250-spi", },
{ .compatible = "nvidia,tegra20-spi", },
{}
};
MODULE_DEVICE_TABLE(of, spi_tegra_of_match_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册