mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
dt-bindings: nfc: ti,trf7970a: Restrict the ti,rx-gain-reduction-db values
Instead of stating the supported values for the ti,rx-gain-reduction-db property in free text format, add an enum entry that can help validating the devicetree files. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250826141736.712827-1-festevam@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
705609dede
commit
40fb9751cc
|
|
@ -58,7 +58,8 @@ properties:
|
|||
ti,rx-gain-reduction-db:
|
||||
description: |
|
||||
Specify an RX gain reduction to reduce antenna sensitivity with 5dB per
|
||||
increment, with a maximum of 15dB. Supported values: [0, 5, 10, 15].
|
||||
increment, with a maximum of 15dB.
|
||||
enum: [ 0, 5, 10, 15]
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user