Skip to content

Commit 2bee162

Browse files
paulgeurtskuba-moo
authored andcommitted
dt-bindings: net/nfc: ti,trf7970a: Add ti,rx-gain-reduction-db option
Add option to reduce the RX antenna gain to be able to reduce the sensitivity. Signed-off-by: Paul Geurts <paul.geurts@prodrive-technologies.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250626141242.3749958-2-paul.geurts@prodrive-technologies.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent cb70b1b commit 2bee162

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ properties:
5555
description: |
5656
Regulator for supply voltage to VIN pin
5757
58+
ti,rx-gain-reduction-db:
59+
$ref: /schemas/types.yaml#/definitions/uint32
60+
description: |
61+
Specify an RX gain reduction to reduce antenna sensitivity with 5dB per
62+
increment, with a maximum of 15dB. Supported values: [0, 5, 10, 15].
63+
5864
required:
5965
- compatible
6066
- interrupts
@@ -95,5 +101,6 @@ examples:
95101
irq-status-read-quirk;
96102
en2-rf-quirk;
97103
clock-frequency = <27120000>;
104+
ti,rx-gain-reduction-db = <15>;
98105
};
99106
};

0 commit comments

Comments
 (0)