On Mon, Jun 10, 2019 at 3:26 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The networking PHYs have a number of available device tree properties that > can be used in their device tree node. Add a YAML schemas for those. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v1: > - Add missing compatible options > - add missing phy speeds > - Fix the maintainers entry > - Add a custom select clause to make it validate all phy nodes, and not > just the ones with a compatible > --- > Documentation/devicetree/bindings/net/ethernet-phy.yaml | 179 +++++++++- > Documentation/devicetree/bindings/net/phy.txt | 80 +---- > 2 files changed, 180 insertions(+), 79 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/ethernet-phy.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>