Re: [PATCH v7 4/5] dt-bindings: iio: Add sx9324 binding
From: Rob Herring <robh@kernel.org>
Date: 2021-12-14 16:08:35
Also in:
linux-iio
From: Rob Herring <robh@kernel.org>
Date: 2021-12-14 16:08:35
Also in:
linux-iio
On Fri, 10 Dec 2021 11:23:27 -0800, Gwendal Grignou wrote:
Similar to SX9310, add biddings to setup sx9324 hardware properties. SX9324 is a little different, introduce 4 phases to be configured in 2 pairs over 3 antennas. Signed-off-by: Gwendal Grignou <redacted> --- Changes in v7: - Fix 2 remaining syntax error in example. Changes in v6: - Fix syntax errors in device tree binding documentation. - Run 'make dt_binding_check' to make fix errors. Changes in v5: - Use consistent field naming, prefixed with phX. Changes in v4: - Use const instead of single enum - Specify ph0-pin better - Recopy type information for phX-pin - Fix cut and paste errors. Changes in v3: - Remove duplicate information. - Use intervals instead of enum. - Fix filter description. Changes in v2: - Fix interrupt documentation wording. .../iio/proximity/semtech,sx9324.yaml | 161 ++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/proximity/semtech,sx9324.yaml
Reviewed-by: Rob Herring <robh@kernel.org>