aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 };