Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256763
b: refs/heads/master
c: 22032c7
h: refs/heads/master
i:
  256761: 0872897
  256759: f6d2502
v: v3
  • Loading branch information
Stephen Warren authored and Grant Likely committed Jul 6, 2011
1 parent 644f8d9 commit 5e38110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb6440955fcc5d175397fd0e9a00c6967cb26a74
refs/heads/master: 22032c7774a9619770a1ca92f4f895d69efff386
2 changes: 1 addition & 1 deletion trunk/Documentation/devicetree/bindings/spi/spi_nvidia.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5e38110

Please sign in to comment.