From: Rob Herring Date: Fri, 7 Jan 2022 03:05:13 +0000 (-0600) Subject: dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70dfc4177269dc589efef05f128b8d4c61f61056;p=linux.git 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 Link: https://lore.kernel.org/r/20220107030513.2385482-1-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/net/ti,dp83869.yaml b/Documentation/devicetree/bindings/net/ti,dp83869.yaml index 70a1209cb13b9..1b780dce61ab3 100644 --- a/Documentation/devicetree/bindings/net/ti,dp83869.yaml +++ b/Documentation/devicetree/bindings/net/ti,dp83869.yaml @@ -92,7 +92,7 @@ examples: tx-fifo-depth = ; rx-fifo-depth = ; ti,op-mode = ; - ti,max-output-impedance = "true"; + ti,max-output-impedance; ti,clk-output-sel = ; rx-internal-delay-ps = <2000>; tx-internal-delay-ps = <2000>;