aboutsummaryrefslogtreecommitdiff
path: root/Bindings/sram/sram.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/sram/sram.txt')
-rw-r--r--Bindings/sram/sram.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Bindings/sram/sram.txt b/Bindings/sram/sram.txt
index 42ee9438b771..add48f09015e 100644
--- a/Bindings/sram/sram.txt
+++ b/Bindings/sram/sram.txt
@@ -25,6 +25,11 @@ Required properties in the sram node:
- ranges : standard definition, should translate from local addresses
within the sram to bus addresses
+Optional properties in the sram node:
+
+- no-memory-wc : the flag indicating, that SRAM memory region has not to
+ be remapped as write combining. WC is used by default.
+
Required properties in the area nodes:
- reg : iomem address range, relative to the SRAM range
@@ -46,7 +51,7 @@ sram: sram@5c000000 {
compatible = "mmio-sram";
reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
- #adress-cells = <1>;
+ #address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x5c000000 0x40000>;