Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: qman: Remove pool channel node

No device tree has these, nor does any driver look for them.

Signed-off-by: Scott Wood <oss@buserror.net>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Scott Wood and committed by
Rob Herring
24f56ea6 c13215dd

-20
-20
Documentation/devicetree/bindings/soc/fsl/qman-portals.txt
··· 5 5 CONTENTS 6 6 7 7 - QMan Portal 8 - - QMan Pool Channel 9 8 - Example 10 9 11 10 QMan Portal Node ··· 80 81 Value type: <phandle> 81 82 Definition: The phandle to the particular hardware device that this 82 83 portal is connected to. 83 - 84 - DPAA QMan Pool Channel Nodes 85 - 86 - Pool Channels are defined with the following properties. 87 - 88 - PROPERTIES 89 - 90 - - compatible 91 - Usage: Required 92 - Value type: <stringlist> 93 - Definition: Must include "fsl,qman-pool-channel" 94 - May include "fsl,<SoC>-qman-pool-channel" 95 - 96 - - fsl,qman-channel-id 97 - Usage: Required 98 - Value type: <u32> 99 - Definition: The hardware index of the channel. This can also be 100 - determined by dividing any of the channel's 8 work queue 101 - IDs by 8 102 84 103 85 EXAMPLE 104 86