diff options
author | Maxime Ripard <maxime@cerno.tech> | 2019-12-09 12:34:40 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-12-18 04:42:48 +0300 |
commit | 3538129cabaa6b57744196a2e084efa022244b00 (patch) | |
tree | c738ec85545a7e6b7a526a71cc241f61cabe0171 | |
parent | df45bdd9f615eb7973f8e40a988e55bb5d3832c4 (diff) | |
download | linux-3538129cabaa6b57744196a2e084efa022244b00.tar.xz |
dt-bindings: sram: Add Allwinner SRAM compatibles
The mmio-sram binding was added missing a few SRAM sections compatible for
allwinner SoCs. Let's add them.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sram/sram.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml index 9ffef983510b..7b83cc6c9bfa 100644 --- a/Documentation/devicetree/bindings/sram/sram.yaml +++ b/Documentation/devicetree/bindings/sram/sram.yaml @@ -66,7 +66,11 @@ patternProperties: <vendor>,[<device>-]<usage> contains: enum: + - allwinner,sun4i-a10-sram-a3-a4 + - allwinner,sun4i-a10-sram-c1 + - allwinner,sun4i-a10-sram-d - allwinner,sun9i-a80-smp-sram + - allwinner,sun50i-a64-sram-c - amlogic,meson8-smp-sram - amlogic,meson8b-smp-sram - renesas,smp-sram |