diff options
author | Rob Herring <robh@kernel.org> | 2020-10-06 15:38:32 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-10-06 15:38:32 +0200 |
commit | aa6174f0d31e4d5785a843fc79a433bed7cac784 (patch) | |
tree | af3634259876c4986ef4fde2972e40c8d0f1068a /Documentation/devicetree/bindings/crypto | |
parent | dt-bindings: mfd: ti,j721e-system-controller: Fix incorrect pattern property (diff) | |
parent | scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting (diff) | |
download | linux-aa6174f0d31e4d5785a843fc79a433bed7cac784.tar.xz linux-aa6174f0d31e4d5785a843fc79a433bed7cac784.zip |
Merge branch 'dt/linus' into dt/next
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml b/Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml index 85ef69ffebed..1465c9ebaf93 100644 --- a/Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml +++ b/Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml @@ -67,7 +67,7 @@ examples: main_crypto: crypto@4e00000 { compatible = "ti,j721-sa2ul"; - reg = <0x0 0x4e00000 0x0 0x1200>; + reg = <0x4e00000 0x1200>; power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, <&main_udmap 0x4001>; |