Commit 6a791313 authored by Allen Martin's avatar Allen Martin Committed by Grant Likely

spi: fix tegra SPI binding examples

Fix name of slink binding and address of sflash example to make it
self consistent.
Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 850a5b67
...@@ -13,7 +13,7 @@ Recommended properties: ...@@ -13,7 +13,7 @@ Recommended properties:
Example: Example:
spi@7000d600 { spi@7000c380 {
compatible = "nvidia,tegra20-sflash"; compatible = "nvidia,tegra20-sflash";
reg = <0x7000c380 0x80>; reg = <0x7000c380 0x80>;
interrupts = <0 39 0x04>; interrupts = <0 39 0x04>;
......
...@@ -13,7 +13,7 @@ Recommended properties: ...@@ -13,7 +13,7 @@ Recommended properties:
Example: Example:
slink@7000d600 { spi@7000d600 {
compatible = "nvidia,tegra20-slink"; compatible = "nvidia,tegra20-slink";
reg = <0x7000d600 0x200>; reg = <0x7000d600 0x200>;
interrupts = <0 82 0x04>; interrupts = <0 82 0x04>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment