Re: [PATCH v16 2/2] dt-bindings: net: Document Motorcomm YT8824 PHY package
From: Kyle Switch
Date: Sat Sep 12 2026 - 01:21:09 EST
On 9/11/26 16:44, Krzysztof Kozlowski wrote:
On Thu, Sep 10, 2026 at 03:46:24PM +0800, Kyle Switch wrote:Ans: will be removed in next patch version.
Document Motorcomm YT8824 PHY package.One sentence is enough. "Document foo bar, a baz bam something".
Motorcomm YT8824 Ethernet PHY is PHY package of 4 PHY-s.
Ans: will be removed in next patch version.Document the required property to make the PHY package correctlyThis is redundant sentence.
configure and work.
Ans: okay, the next patch version will swap the order of the two patches.Signed-off-by: Kyle Switch <kyle.switch@xxxxxxxxxxxxxx>Please organize the patch documenting the compatible (DT bindings)
---
.../bindings/net/motorcomm,yt8824.yaml | 63 +++++++++++++++++++
before the patch using that compatible.
See also: https://elixir.bootlin.com/linux/v6.14-rc6/source/Documentation/devicetree/bindings/submitting-patches.rst#L46
Ans: will be removed in next patch version.1 file changed, 63 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/motorcomm,yt8824.yaml
diff --git a/Documentation/devicetree/bindings/net/motorcomm,yt8824.yaml b/Documentation/devicetree/bindings/net/motorcomm,yt8824.yaml
new file mode 100644
index 000000000000..9907a4a7e63e
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/motorcomm,yt8824.yaml
@@ -0,0 +1,63 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/net/motorcomm,yt8824.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: MotorComm YT8824 Ethernet PHY
+
+maintainers:
+ - Kyle Switch <kyle.switch@xxxxxxxxxxxxxx>
+
+description: |
Do not need '|' unless you need to preserve formatting.
Ans: will be fixed done in next patch version.+ Motorcomm YT8824 Ethernet PHY is a PHY package of 4 PHYs.Aren't you duplicating protocol-names from
+
+$ref: ethernet-phy-package.yaml#
+
+properties:
+ compatible:
+ enum:
+ - ethernet-phy-id4f51.e8b8
+
+ motorcomm,interface-mode:
/schemas/phy/phy-common-props.yaml?
Best regards,
Krzysztof