Re: [PATCH 1/7] dt-bindings: phy: Add document for ASPEED PCIe PHY

From: neil . armstrong
Date: Fri Jun 13 2025 - 05:14:45 EST


On 13/06/2025 05:29, Jacky Chou wrote:
Add device tree binding YAML documentation for the ASPEED PCIe PHY.
This schema describes the required properties for the PCIe PHY node,
including compatible strings and register space, and provides an
example for reference.

Signed-off-by: Jacky Chou <jacky_chou@xxxxxxxxxxxxxx>
---
.../bindings/phy/aspeed-pcie-phy.yaml | 38 +++++++++++++++++++
MAINTAINERS | 10 +++++
2 files changed, 48 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/aspeed-pcie-phy.yaml


<snip>

diff --git a/MAINTAINERS b/MAINTAINERS
index a5a650812c16..68115443607d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3696,6 +3696,16 @@ S: Maintained
F: Documentation/devicetree/bindings/media/aspeed,video-engine.yaml
F: drivers/media/platform/aspeed/
+ASPEED PCIE CONTROLLER DRIVER
+M: Jacky Chou <jacky_chou@xxxxxxxxxxxxxx>
+L: linux-aspeed@xxxxxxxxxxxxxxxx (moderated for non-subscribers)
+L: linux-pci@xxxxxxxxxxxxxxx
+S: Maintained
+F: Documentation/devicetree/bindings/pci/aspeed-pcie-cfg.yaml
+F: Documentation/devicetree/bindings/pci/aspeed-pcie.yaml
+F: Documentation/devicetree/bindings/phy/aspeed-pcie-phy.yaml
+F: drivers/pci/controller/pcie-aspeed.c
+
ASUS EC HARDWARE MONITOR DRIVER
M: Eugene Shalygin <eugene.shalygin@xxxxxxxxx>
L: linux-hwmon@xxxxxxxxxxxxxxx

Please move the MAINTAINERS change in a separate patch.

Thanks,
Neil