Skip to content

Commit 320c49f

Browse files
Biao Huangdavem330
Biao Huang
authored andcommitted
dt-bindings: net: mtk-star-emac: add description for new properties
Add description for new properties which will be parsed in driver. Signed-off-by: Biao Huang <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 769c197 commit 320c49f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/devicetree/bindings/net/mediatek,star-emac.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ properties:
4848
Phandle to the device containing the PERICFG register range. This is used
4949
to control the MII mode.
5050

51+
mediatek,rmii-rxc:
52+
type: boolean
53+
description:
54+
If present, indicates that the RMII reference clock, which is from external
55+
PHYs, is connected to RXC pin. Otherwise, is connected to TXC pin.
56+
57+
mediatek,rxc-inverse:
58+
type: boolean
59+
description:
60+
If present, indicates that clock on RXC pad will be inversed.
61+
62+
mediatek,txc-inverse:
63+
type: boolean
64+
description:
65+
If present, indicates that clock on TXC pad will be inversed.
66+
5167
mdio:
5268
$ref: mdio.yaml#
5369
unevaluatedProperties: false

0 commit comments

Comments
 (0)