[PATCH 0/2] Add device tree binding support to TI's DP83640

From: Bastien Curutchet
Date: Tue Jan 30 2024 - 04:06:49 EST


Hi everyone,

This short patch series adds a device-tree binding support to the TI's PHY
DP83640. The goal is to be able to enable or disable the following features
through the device tree:
- Energy Detect Mode
- PHY Control Frames
- LED Configuration
- Fiber Mode

Bastien Curutchet (2):
dt-bindings: net: Add TI DP83640
net: phy: Add some configuration from device-tree

.../devicetree/bindings/net/ti,dp83640.yaml | 113 +++++++++++++++
drivers/net/phy/dp83640.c | 131 +++++++++++++++++-
drivers/net/phy/dp83640_reg.h | 21 ++-
include/dt-bindings/net/ti-dp83640.h | 18 +++
4 files changed, 281 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/ti,dp83640.yaml
create mode 100644 include/dt-bindings/net/ti-dp83640.h

--
2.43.0