diff options
author | 2016-09-22 00:09:37 +0200 | |
---|---|---|
committer | 2016-11-07 23:43:28 +0100 | |
commit | 15adffadc59b0430a5e411eb149c39547fc207ce (patch) | |
tree | 4fff6bb60ea67c48aef5dde6ab8ab6decd94f03b | |
parent | ARM: at91: add secumod register definitions (diff) | |
download | wireguard-linux-15adffadc59b0430a5e411eb149c39547fc207ce.tar.xz wireguard-linux-15adffadc59b0430a5e411eb149c39547fc207ce.zip |
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 '')
-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 |