On Mon, 03 Oct 2022 08:52:01 +0200, Oleksij Rempel wrote: > Add bindings for the regulator based Ethernet PoDL PSE controller and > generic bindings for all PSE controllers. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > Reviewed-by: Andrew Lunn <andrew@xxxxxxx> > --- > changes v6: > - add description of PSE controller > - change "^ethernet-pse(@[a-f0-9]+)?$" to "^ethernet-pse(@.*)?$" > changes v5: > - rename to podl-pse-regulator.yaml > - remove compatible description > - remove "-1" on node name > - add pse-controller.yaml for common properties > changes v4: > - rename to PSE regulator > - drop currently unused properties > - use own compatible for PoDL PSE > changes v2: > - rename compatible to more generic "ieee802.3-pse" > - add class and type properties for PoDL and PoE variants > - add pairs property > --- > .../net/pse-pd/podl-pse-regulator.yaml | 40 +++++++++++++++++++ > .../bindings/net/pse-pd/pse-controller.yaml | 33 +++++++++++++++ > 2 files changed, 73 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml > create mode 100644 Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>