Skip to content

Commit 343ad39

Browse files
xdarklightholtmann
authored andcommitted
dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
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: 1cc2d0e ("dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth") Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent b980d47 commit 343ad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/realtek-bluetooth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ examples:
4444
uart1 {
4545
pinctrl-names = "default";
4646
pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
47-
uart-has-rtscts = <1>;
47+
uart-has-rtscts;
4848
4949
bluetooth {
5050
compatible = "realtek,rtl8723bs-bt";

0 commit comments

Comments
 (0)