diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-11-08 06:37:36 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-15 16:38:14 +0100 |
commit | cd6d364f474491160bfd8cb4bad0637858023161 (patch) | |
tree | 55024cfd828944d7860323b0b86eef87f0283b14 /Documentation/devicetree | |
parent | ARM: OMAP3: Beagle: fix return value check in beagle_opp_init() (diff) | |
download | linux-cd6d364f474491160bfd8cb4bad0637858023161.tar.xz linux-cd6d364f474491160bfd8cb4bad0637858023161.zip |
ARM: dts: doc: Document missing compatible property for omap-sham driver
A new compatible property "ti,omap5-sham" is added to the omap-sham driver
recently to support SHA/MD5 for OMAP5,DRA7 and AM43XX. Documenting the
same.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/omap-sham.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt index f839acd6f0ee..ad9115569611 100644 --- a/Documentation/devicetree/bindings/crypto/omap-sham.txt +++ b/Documentation/devicetree/bindings/crypto/omap-sham.txt @@ -6,7 +6,7 @@ Required properties: SHAM versions: - "ti,omap2-sham" for OMAP2 & OMAP3. - "ti,omap4-sham" for OMAP4 and AM33XX. - Note that these two versions are incompatible. + - "ti,omap5-sham" for OMAP5, DRA7 and AM43XX. - ti,hwmods: Name of the hwmod associated with the SHAM module - reg : Offset and length of the register set for the module - interrupts : the interrupt-specifier for the SHAM module. |