Message ID | 20191004115919.20788-12-clg@kaod.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mtd: spi-nor: aspeed: AST2600 support and extensions | expand |
On Fri, 4 Oct 2019 13:59:14 +0200, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= wrote: > The SMC controllers on the AST2600 SoC are very similar to the the > AST2500. The SoC has one Firmware Memory Controller and two SPI flash > memory controllers. > > Cc: Rob Herring <robh@kernel.org> > Cc: devicetree@vger.kernel.org > Signed-off-by: Cédric Le Goater <clg@kaod.org> > --- > Documentation/devicetree/bindings/mtd/aspeed-smc.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mtd/aspeed-smc.txt b/Documentation/devicetree/bindings/mtd/aspeed-smc.txt index 49f6528ef547..c2373d9cfd90 100644 --- a/Documentation/devicetree/bindings/mtd/aspeed-smc.txt +++ b/Documentation/devicetree/bindings/mtd/aspeed-smc.txt @@ -14,6 +14,8 @@ Required properties: "aspeed,ast2400-spi" for the AST2400 SPI Flash memory Controller "aspeed,ast2500-fmc" for the AST2500 Firmware Memory Controller "aspeed,ast2500-spi" for the AST2500 SPI flash memory controllers + "aspeed,ast2600-fmc" for the AST2600 Firmware Memory Controller + "aspeed,ast2600-spi" for the AST2600 SPI flash memory controllers - reg : the first contains the control register location and length, the second contains the memory window mapping address and length
The SMC controllers on the AST2600 SoC are very similar to the the AST2500. The SoC has one Firmware Memory Controller and two SPI flash memory controllers. Cc: Rob Herring <robh@kernel.org> Cc: devicetree@vger.kernel.org Signed-off-by: Cédric Le Goater <clg@kaod.org> --- Documentation/devicetree/bindings/mtd/aspeed-smc.txt | 2 ++ 1 file changed, 2 insertions(+)