dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 29 Jun 2020 18:05:45 +0000 (20:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2020 15:37:03 +0000 (17:37 +0200)
uart-has-rtscts is a boolean property. These are defined as present
(which means that this property evaluates to "true") or absent (which
means that this property evaluates to "false"). Remove the numeric value
from the example to make it comply with the boolean property bindings.

Fixes: 1cc2d0e021f867 ("dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml

index f15a5e5..c488f24 100644 (file)
@@ -44,7 +44,7 @@ examples:
     uart1 {
         pinctrl-names = "default";
         pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
-        uart-has-rtscts = <1>;
+        uart-has-rtscts;
 
         bluetooth {
             compatible = "realtek,rtl8723bs-bt";