Skip to content

Commit 70dfc41

Browse files
committed
dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance'
DT booleans don't have a value and 'ti,max-output-impedance' is defined and used as a boolean. So drop the bogus value in the example. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 434a401 commit 70dfc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/ti,dp83869.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ examples:
9292
tx-fifo-depth = <DP83869_PHYCR_FIFO_DEPTH_4_B_NIB>;
9393
rx-fifo-depth = <DP83869_PHYCR_FIFO_DEPTH_4_B_NIB>;
9494
ti,op-mode = <DP83869_RGMII_COPPER_ETHERNET>;
95-
ti,max-output-impedance = "true";
95+
ti,max-output-impedance;
9696
ti,clk-output-sel = <DP83869_CLK_O_SEL_CHN_A_RCLK>;
9797
rx-internal-delay-ps = <2000>;
9898
tx-internal-delay-ps = <2000>;

0 commit comments

Comments
 (0)