]> Pileus Git - ~andy/linux/commitdiff
spi: fix tegra SPI binding examples
authorAllen Martin <amartin@nvidia.com>
Fri, 14 Dec 2012 19:05:12 +0000 (11:05 -0800)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 19 Dec 2012 12:33:00 +0000 (12:33 +0000)
Fix name of slink binding and address of sflash example to make it
self consistent.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Documentation/devicetree/bindings/spi/nvidia,tegra20-sflash.txt
Documentation/devicetree/bindings/spi/nvidia,tegra20-slink.txt

index 8cf24f6f0a99938a2c13e62e1131beb38de9101d..7b53da5cb75b9d24e11652f15bd15d11e67d6ada 100644 (file)
@@ -13,7 +13,7 @@ Recommended properties:
 
 Example:
 
-spi@7000d600 {
+spi@7000c380 {
        compatible = "nvidia,tegra20-sflash";
        reg = <0x7000c380 0x80>;
        interrupts = <0 39 0x04>;
index f5b1ad1a1ec31a859f9a14bfe3e654649fced676..eefe15e3d95e8f3cc9a8ff2885ec494563d488cd 100644 (file)
@@ -13,7 +13,7 @@ Recommended properties:
 
 Example:
 
-slink@7000d600 {
+spi@7000d600 {
        compatible = "nvidia,tegra20-slink";
        reg = <0x7000d600 0x200>;
        interrupts = <0 82 0x04>;