Skip to content

Commit

Permalink
NFC: trf7970a: Document the 'irq-status-read-quirk' DT property
Browse files Browse the repository at this point in the history
The mechanism for specifying that the trf7970a
being used by the driver has the "IRQ Status Read"
erratum has been changed to a device tree property
('irq-status-read-quirk').

Document the new device tree property.

Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark A. Greer authored and Samuel Ortiz committed Aug 31, 2014
1 parent 772079e commit d953ada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/net/nfc/trf7970a.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Optional SoC Specific Properties:
- pintctrl-0: Specifies the pin control groups used for this controller.
- autosuspend-delay: Specify autosuspend delay in milliseconds.
- vin-voltage-override: Specify voltage of VIN pin in microvolts.
- irq-status-read-quirk: Specify that the trf7970a being used has the
"IRQ Status Read" erratum.

Example (for ARM-based BeagleBone with TRF7970A on SPI1):

Expand All @@ -33,6 +35,7 @@ Example (for ARM-based BeagleBone with TRF7970A on SPI1):
vin-supply = <&ldo3_reg>;
vin-voltage-override = <5000000>;
autosuspend-delay = <30000>;
irq-status-read-quirk;
status = "okay";
};
};

0 comments on commit d953ada

Please sign in to comment.