diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-09-22 01:09:37 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-11-08 01:43:28 +0300 |
commit | 15adffadc59b0430a5e411eb149c39547fc207ce (patch) | |
tree | 4fff6bb60ea67c48aef5dde6ab8ab6decd94f03b /Documentation/devicetree/bindings/sram | |
parent | 35424042c0f3e4edec93e3a1c76a810cc21da95b (diff) | |
download | linux-15adffadc59b0430a5e411eb149c39547fc207ce.tar.xz |
misc: sram: document new compatible
Add atmel,sama5d2-securam to the compatible list.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sram')
-rw-r--r-- | Documentation/devicetree/bindings/sram/sram.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sram/sram.txt b/Documentation/devicetree/bindings/sram/sram.txt index add48f09015e..068c2c03c38f 100644 --- a/Documentation/devicetree/bindings/sram/sram.txt +++ b/Documentation/devicetree/bindings/sram/sram.txt @@ -4,7 +4,7 @@ Simple IO memory regions to be managed by the genalloc API. Required properties: -- compatible : mmio-sram +- compatible : mmio-sram or atmel,sama5d2-securam - reg : SRAM iomem address range |