Skip to content

Commit 9665aa1

Browse files
tlebkuba-moo
authored andcommitted
dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
Allow providing tsu_clk without a tx_clk as both are optional. This is about relaxing unneeded constraints. It so happened that in the past HW that needed a tsu_clk always needed a tx_clk. Fixes: 4e5b6de ("dt-bindings: net: cdns,macb: Convert to json-schema") Reviewed-by: Krzysztof Kozlowski <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Théo Lebrun <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4392633 commit 9665aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/cdns,macb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ properties:
8585
items:
8686
- enum: [ ether_clk, hclk, pclk ]
8787
- enum: [ hclk, pclk ]
88-
- const: tx_clk
88+
- enum: [ tx_clk, tsu_clk ]
8989
- enum: [ rx_clk, tsu_clk ]
9090
- const: tsu_clk
9191

0 commit comments

Comments
 (0)