aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@animalcreek.com>2014-08-07 20:41:42 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2014-08-31 18:06:55 -0400
commitc2b33de06d23e66f9df34f515704cd3bfa8dd260 (patch)
treec41392dbda08384bc527d954643f54a41bc61fb7
parent3bd14233aa0733fbc6c3f75ec928f1a393522644 (diff)
NFC: trf7970a: Document the 'vin-voltage-override' DTS property
The trf7970a driver recently had support for the 'vin-voltage-override' property added to it. This property is used to override the value given by the regulator subsystem for the VIN pin's voltage. Signed-off-by: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--Documentation/devicetree/bindings/net/nfc/trf7970a.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/nfc/trf7970a.txt b/Documentation/devicetree/bindings/net/nfc/trf7970a.txt
index 1e436133685f..02a381d30448 100644
--- a/Documentation/devicetree/bindings/net/nfc/trf7970a.txt
+++ b/Documentation/devicetree/bindings/net/nfc/trf7970a.txt
@@ -13,6 +13,7 @@ Optional SoC Specific Properties:
13- pinctrl-names: Contains only one value - "default". 13- pinctrl-names: Contains only one value - "default".
14- pintctrl-0: Specifies the pin control groups used for this controller. 14- pintctrl-0: Specifies the pin control groups used for this controller.
15- autosuspend-delay: Specify autosuspend delay in milliseconds. 15- autosuspend-delay: Specify autosuspend delay in milliseconds.
16- vin-voltage-override: Specify voltage of VIN pin in microvolts.
16 17
17Example (for ARM-based BeagleBone with TRF7970A on SPI1): 18Example (for ARM-based BeagleBone with TRF7970A on SPI1):
18 19
@@ -30,6 +31,7 @@ Example (for ARM-based BeagleBone with TRF7970A on SPI1):
30 ti,enable-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>, 31 ti,enable-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>,
31 <&gpio2 5 GPIO_ACTIVE_LOW>; 32 <&gpio2 5 GPIO_ACTIVE_LOW>;
32 vin-supply = <&ldo3_reg>; 33 vin-supply = <&ldo3_reg>;
34 vin-voltage-override = <5000000>;
33 autosuspend-delay = <30000>; 35 autosuspend-delay = <30000>;
34 status = "okay"; 36 status = "okay";
35 }; 37 };