diff options
author | Christophe Ricard <[email protected]> | 2014-05-20 21:45:04 +0200 |
---|---|---|
committer | Samuel Ortiz <[email protected]> | 2014-05-26 00:46:01 +0200 |
commit | 4ea7ceea5189f018800b9ed3b354bb4e2c39cd1a (patch) | |
tree | f51fbffbc54bee5a96f36694676723b4ce8508dd | |
parent | 9dc33705b26aa67a94d8ada0a083557e9815cd0d (diff) |
NFC: dts: st21nfca_i2c: Correct minor typo in documentation
Replaced st,st21nfca-i2c by st,st21nfca_i2c to be concistent
with below configuration and driver in drivers/nfc/st21nfca/
Signed-off-by: Christophe Ricard <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/nfc/st21nfca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/nfc/st21nfca.txt b/Documentation/devicetree/bindings/net/nfc/st21nfca.txt index 4724fe669172..e4faa2e8dfeb 100644 --- a/Documentation/devicetree/bindings/net/nfc/st21nfca.txt +++ b/Documentation/devicetree/bindings/net/nfc/st21nfca.txt @@ -1,7 +1,7 @@ * STMicroelectronics SAS. ST21NFCA NFC Controller Required properties: -- compatible: Should be "st,st21nfca-i2c". +- compatible: Should be "st,st21nfca_i2c". - clock-frequency: I²C work frequency. - reg: address on the bus - interrupt-parent: phandle for the interrupt gpio controller |