Message ID | 1383889056-17336-1-git-send-email-lokeshvutla@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Lokesh Vutla <lokeshvutla@ti.com> [131107 21:38]: > 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> Thanks applying into omap-for-v3.13/fixes. Tony > --- > .../devicetree/bindings/crypto/omap-sham.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt > index f839acd..ad91155 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. > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt index f839acd..ad91155 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.
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> --- .../devicetree/bindings/crypto/omap-sham.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)