This change adds a new example, "ethernet-pse-0", to the device tree binding for podl-pse-regulator. This helps improve validation by supporting more types of node names. Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> --- .../devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml b/Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml index 94a527e6aa1b..25d237e0f406 100644 --- a/Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml +++ b/Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml @@ -38,3 +38,9 @@ examples: pse-supply = <®_t1l1>; #pse-cells = <0>; }; + - | + ethernet-pse-0 { + compatible = "podl-pse-regulator"; + pse-supply = <®_t1l1>; + #pse-cells = <0>; + }; -- 2.39.2