summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/ti,dp83869.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-01-07 06:05:13 +0300
committerRob Herring <robh@kernel.org>2022-01-11 20:54:35 +0300
commit70dfc4177269dc589efef05f128b8d4c61f61056 (patch)
tree505998889cf7c967db83b75c59ccf71895098561 /Documentation/devicetree/bindings/net/ti,dp83869.yaml
parent434a4010de07b6f5f497f9109aae8cb9868abdc9 (diff)
downloadlinux-70dfc4177269dc589efef05f128b8d4c61f61056.tar.xz
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 <robh@kernel.org> Link: https://lore.kernel.org/r/20220107030513.2385482-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/net/ti,dp83869.yaml')
-rw-r--r--Documentation/devicetree/bindings/net/ti,dp83869.yaml2
1 files changed, 1 insertions, 1 deletions
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>;