2024-01-10 10:12:26

by Tobias Schramm

[permalink] [raw]
Subject: [PATCH] dt-bindings: nfc: ti,trf7970a: fix usage example

The TRF7970A is a SPI device, not I2C.

Signed-off-by: Tobias Schramm <[email protected]>
---
Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml b/Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml
index 9cc236ec42f2..d0332eb76ad2 100644
--- a/Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml
+++ b/Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml
@@ -73,7 +73,7 @@ examples:
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>

- i2c {
+ spi {
#address-cells = <1>;
#size-cells = <0>;

--
2.43.0



2024-01-10 10:27:06

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nfc: ti,trf7970a: fix usage example

On 10/01/2024 11:09, Tobias Schramm wrote:
> The TRF7970A is a SPI device, not I2C.
>
> Signed-off-by: Tobias Schramm <[email protected]>
> ---
> Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Please send it to net-next after the merge window.

Reviewed-by: Krzysztof Kozlowski <[email protected]>


---

This is an automated instruction, just in case, because many review tags
are being ignored. If you know the process, you can skip it (please do
not feel offended by me posting it here - no bad intentions intended).
If you do not know the process, here is a short explanation:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577

Best regards,
Krzysztof