diff options
author | Tobias Schramm <t.schramm@manjaro.org> | 2024-01-25 21:15:05 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-29 14:02:07 +0100 |
commit | 9e1aa985d61eacd5931496b80fbd1c2d2cdeece5 (patch) | |
tree | e670d8724c69f828fbe07f93b8d7aaf542974650 /Documentation/devicetree/bindings/net/nfc | |
parent | ptp: add FemtoClock3 Wireless as ptp hardware clock (diff) | |
download | linux-9e1aa985d61eacd5931496b80fbd1c2d2cdeece5.tar.xz linux-9e1aa985d61eacd5931496b80fbd1c2d2cdeece5.zip |
dt-bindings: nfc: ti,trf7970a: fix usage example
The TRF7970A is a SPI device, not I2C.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/nfc')
-rw-r--r-- | Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |