All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance'
@ 2022-01-07  3:05 Rob Herring
  2022-01-11 17:51 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2022-01-07  3:05 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Dan Murphy
  Cc: netdev, devicetree, linux-kernel

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 <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/ti,dp83869.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ti,dp83869.yaml b/Documentation/devicetree/bindings/net/ti,dp83869.yaml
index 70a1209cb13b..1b780dce61ab 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 = <DP83869_PHYCR_FIFO_DEPTH_4_B_NIB>;
         rx-fifo-depth = <DP83869_PHYCR_FIFO_DEPTH_4_B_NIB>;
         ti,op-mode = <DP83869_RGMII_COPPER_ETHERNET>;
-        ti,max-output-impedance = "true";
+        ti,max-output-impedance;
         ti,clk-output-sel = <DP83869_CLK_O_SEL_CHN_A_RCLK>;
         rx-internal-delay-ps = <2000>;
         tx-internal-delay-ps = <2000>;
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance'
  2022-01-07  3:05 [PATCH] dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance' Rob Herring
@ 2022-01-11 17:51 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-01-11 17:51 UTC (permalink / raw)
  To: Rob Herring
  Cc: Jakub Kicinski, linux-kernel, Dan Murphy, netdev,
	David S. Miller, devicetree

On Thu, 06 Jan 2022 21:05:13 -0600, Rob Herring wrote:
> 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 <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/ti,dp83869.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-11 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  3:05 [PATCH] dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance' Rob Herring
2022-01-11 17:51 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.