diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-06-27 17:31:46 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-28 21:27:46 +0200 |
commit | b0b50b610f3569085e6cc0f6868d48d7a15211dc (patch) | |
tree | 5860ea0a8ecceb93ed45f446ba97c72d816af7ad /MAINTAINERS | |
parent | dt-bindings: net: Add a YAML schemas for the generic MDIO options (diff) | |
download | linux-b0b50b610f3569085e6cc0f6868d48d7a15211dc.tar.xz linux-b0b50b610f3569085e6cc0f6868d48d7a15211dc.zip |
MAINTAINERS: Add Ethernet PHY YAML file
While the Ethernet PHY framework was marked as maintained, the device tree
bindings associated to that framework was not listed under the maintained
files. Fix that.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0c84bf76d165..b4856e9f0403 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5956,6 +5956,7 @@ M: Heiner Kallweit <hkallweit1@gmail.com> L: netdev@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-bus-mdio +F: Documentation/devicetree/bindings/net/ethernet-phy.yaml F: Documentation/devicetree/bindings/net/mdio* F: Documentation/networking/phy.rst F: drivers/net/phy/ |