On Mon, 22 Nov 2021 23:35:29 +0100, Linus Walleij wrote:
This adds device tree bindings for the IXP4xx V.35 WAN high
speed serial (HSS) link.
An example is added to the NPE example where the HSS appears
as a child.
Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <redacted>
---
ChangeLog v2->v3:
- Add address-cells and size-cells to the NPE node so we
can number the instance with reg = <>;
- Add a patternProperties for the HSS nodes to match and
reference the HSS schema from there.
- Found one more queue that was passed using platform data:
intel,queue-chl-txready. Add binding for this and add it
to the example.
- Resend along with the driver conversion.
ChangeLog v1->v2:
- Add intel vendor prefix on custom queue handle bindings.
- Make the pkt-tx and pkt-rxfree into arrays of handles.
Currently only adding these bindings so we can describe the
hardware in device trees.
---
...ntel,ixp4xx-network-processing-engine.yaml | 35 ++++++
.../bindings/net/intel,ixp4xx-hss.yaml | 100 ++++++++++++++++++
2 files changed, 135 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/intel,ixp4xx-hss.yaml
Reviewed-by: Rob Herring <robh@kernel.org>