Message ID | 20240216-net-v1-6-e0ad972cda99@outlook.com |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success |
On 16/02/2024 00:48, Yang Xiwen via B4 Relay wrote: > From: Yang Xiwen <forbidden405@outlook.com> > > The clock is optional. Convert the bindings to DT schema instead, please. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt b/Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt index 23a39a309d17..cd37f43abd45 100644 --- a/Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt +++ b/Documentation/devicetree/bindings/net/hisilicon-femac-mdio.txt @@ -3,6 +3,8 @@ Hisilicon Fast Ethernet MDIO Controller interface Required properties: - compatible: should be "hisilicon,hisi-femac-mdio". - reg: address and length of the register set for the device. + +Optional properties: - clocks: A phandle to the reference clock for this device. - PHY subnode: inherits from phy binding [1]