Message ID | 20180618145843.14631-3-paul.kocialkowski@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jun 18, 2018 at 04:58:26PM +0200, Paul Kocialkowski wrote: > This introduces a dedicated binding for the C1 SRAM region for the A10 > sunxi platform. > > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/sram/sunxi-sram.txt b/Documentation/devicetree/bindings/sram/sunxi-sram.txt index 19cc0b892672..5af5bafd5572 100644 --- a/Documentation/devicetree/bindings/sram/sunxi-sram.txt +++ b/Documentation/devicetree/bindings/sram/sunxi-sram.txt @@ -29,6 +29,7 @@ once again the representation described in the mmio-sram binding. The valid sections compatible for A10 are: - allwinner,sun4i-a10-sram-a3-a4 + - allwinner,sun4i-a10-sram-c1 - allwinner,sun4i-a10-sram-d The valid sections compatible for A64 are:
This introduces a dedicated binding for the C1 SRAM region for the A10 sunxi platform. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>