linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
@ 2020-06-29 18:05 Martin Blumenstingl
  2020-06-29 18:56 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Blumenstingl @ 2020-06-29 18:05 UTC (permalink / raw)
  To: devicetree, robh+dt
  Cc: linux-kernel, netdev, marcel, alistair, anarsoul, kuba, davem,
	Martin Blumenstingl

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>
---
 Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
index f15a5e5e4859..c488f24ed38f 100644
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
@@ -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";
-- 
2.27.0


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

* Re: [PATCH] dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
  2020-06-29 18:05 [PATCH] dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example Martin Blumenstingl
@ 2020-06-29 18:56 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2020-06-29 18:56 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: devicetree, Rob Herring, kernel list, netdev, Alistair Francis,
	anarsoul, Jakub Kicinski, David S. Miller

Hi Martin,

> 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>
> ---
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


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

end of thread, other threads:[~2020-06-29 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 18:05 [PATCH] dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example Martin Blumenstingl
2020-06-29 18:56 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).