Skip to content

Commit 14b2157

Browse files
ffainellisudeep-holla
authored andcommitted
dt-bindings: sram: Document reg-io-width property
Some SRAMs need to be accessed with a specific access width, define the 'reg-io-width' property specifying such access sizes. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Florian Fainelli <[email protected]> Message-Id: <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 5496270 commit 14b2157

File tree

1 file changed

+6
-0
lines changed
  • Documentation/devicetree/bindings/sram

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/sram/sram.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ patternProperties:
101101
IO mem address range, relative to the SRAM range.
102102
maxItems: 1
103103

104+
reg-io-width:
105+
description:
106+
The size (in bytes) of the IO accesses that should be performed on the
107+
SRAM.
108+
enum: [1, 2, 4, 8]
109+
104110
pool:
105111
description:
106112
Indicates that the particular reserved SRAM area is addressable

0 commit comments

Comments
 (0)