diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-11-15 11:03:23 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-09 11:10:08 +0100 |
commit | 20b4e4fa8451542c1dbbdfb14e8579fe5f2c79fc (patch) | |
tree | 0e0a983e5dabecc294808bc41703f094d10203b8 /Documentation/devicetree/bindings/arm/atmel-at91.txt | |
parent | ARM: at91/dt: binding: add precision to AIC documentation (diff) | |
download | linux-20b4e4fa8451542c1dbbdfb14e8579fe5f2c79fc.tar.xz linux-20b4e4fa8451542c1dbbdfb14e8579fe5f2c79fc.zip |
ARM: at91/dt: binding: add missing compatibility string in SDRAM/DDR documentation
The "atmel,at91rm9200-sdramc" was missing from binding documentation.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/atmel-at91.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.txt b/Documentation/devicetree/bindings/arm/atmel-at91.txt index 1196290082d1..d2170e780f0b 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.txt +++ b/Documentation/devicetree/bindings/arm/atmel-at91.txt @@ -50,7 +50,8 @@ Example: }; RAMC SDRAM/DDR Controller required properties: -- compatible: Should be "atmel,at91sam9260-sdramc", +- compatible: Should be "atmel,at91rm9200-sdramc", + "atmel,at91sam9260-sdramc", "atmel,at91sam9g45-ddramc", - reg: Should contain registers location and length For at91sam9263 and at91sam9g45 you must specify 2 entries. |