Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 718756b5 authored by Eric Engestrom's avatar Eric Engestrom Committed by Rob Herring
Browse files

Documentation: dt: soc: fix spelling mistakes



Signed-off-by: default avatarEric Engestrom <eric@engestrom.ch>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent b7f97b3a
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ Required properties:
- queue-pools	: child node classifying the queue ranges into pools.
- queue-pools	: child node classifying the queue ranges into pools.
		  Queue ranges are grouped into 3 type of pools:
		  Queue ranges are grouped into 3 type of pools:
		  - qpend	    : pool of qpend(interruptible) queues
		  - qpend	    : pool of qpend(interruptible) queues
		  - general-purpose : pool of general queues, primarly used
		  - general-purpose : pool of general queues, primarily used
				      as free descriptor queues or the
				      as free descriptor queues or the
				      transmit DMA queues.
				      transmit DMA queues.
		  - accumulator	    : pool of queues on PDSP accumulator channel
		  - accumulator	    : pool of queues on PDSP accumulator channel
@@ -50,7 +50,7 @@ Required properties:
  -- qrange		: number of queues to use per queue range, specified as
  -- qrange		: number of queues to use per queue range, specified as
			  <"base queue #" "# of queues">.
			  <"base queue #" "# of queues">.
  -- interrupts		: Optional property to specify the interrupt mapping
  -- interrupts		: Optional property to specify the interrupt mapping
			  for interruptible queues. The driver additionaly sets
			  for interruptible queues. The driver additionally sets
			  the interrupt affinity hint based on the cpu mask.
			  the interrupt affinity hint based on the cpu mask.
  -- qalloc-by-id	: Optional property to specify that the queues in this
  -- qalloc-by-id	: Optional property to specify that the queues in this
			  range can only be allocated by queue id.
			  range can only be allocated by queue id.