2023-05-09 14:23:42

by Diederik de Haas

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: net: realtek-bluetooth: Fix double RTL8723CS in desc

The description says 'RTL8723CS/RTL8723CS/...' whereas the title and
other places reference 'RTL8723BS/RTL8723CS/...'.

Signed-off-by: Diederik de Haas <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---
Changes since v1:
- Rebased on top of 6.4-rc1
- Added Acked-by from Krzysztof Kozlowski
v1: https://lore.kernel.org/netdev/[email protected]/

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 8cc2b9924680..eb05be35664e 100644
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
@@ -11,7 +11,7 @@ maintainers:
- Alistair Francis <[email protected]>

description:
- RTL8723CS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part
+ RTL8723BS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part
is connected over SDIO, while BT is connected over serial. It speaks
H5 protocol with few extra commands to upload firmware and change
module speed.
--
2.39.2


2023-06-07 19:22:20

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: net: realtek-bluetooth: Fix double RTL8723CS in desc


On Tue, 09 May 2023 16:15:01 +0200, Diederik de Haas wrote:
> The description says 'RTL8723CS/RTL8723CS/...' whereas the title and
> other places reference 'RTL8723BS/RTL8723CS/...'.
>
> Signed-off-by: Diederik de Haas <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> ---
> Changes since v1:
> - Rebased on top of 6.4-rc1
> - Added Acked-by from Krzysztof Kozlowski
> v1: https://lore.kernel.org/netdev/[email protected]/
>
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!