Commit 28016aa1 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding

dt: bindings: tegra20-emc: Document clock property

Embedded memory controller has a corresponding clock, document the clock
property.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a6cb8ef0
...@@ -11,6 +11,7 @@ Properties: ...@@ -11,6 +11,7 @@ Properties:
set of tables can be present and said tables will be used set of tables can be present and said tables will be used
irrespective of ram-code configuration. irrespective of ram-code configuration.
- interrupts : Should contain EMC General interrupt. - interrupts : Should contain EMC General interrupt.
- clocks : Should contain EMC clock.
Child device nodes describe the memory settings for different configurations and clock rates. Child device nodes describe the memory settings for different configurations and clock rates.
...@@ -22,6 +23,7 @@ Example: ...@@ -22,6 +23,7 @@ Example:
compatible = "nvidia,tegra20-emc"; compatible = "nvidia,tegra20-emc";
reg = <0x7000f4000 0x200>; reg = <0x7000f4000 0x200>;
interrupts = <0 78 0x04>; interrupts = <0 78 0x04>;
clocks = <&tegra_car TEGRA20_CLK_EMC>;
} }
......
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