diff options
author | Rayyan Ansari <[email protected]> | 2022-12-28 23:04:19 +0000 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2022-12-30 17:22:23 +0000 |
commit | 471a444fff21dfbc665704eb3bbab072409a7bcb (patch) | |
tree | 037536e2b270cdea6ca40bb1b8815f1c877b531b | |
parent | bbd9b7e19be9709f5feef23c1994ab4302c454d1 (diff) |
dt-bindings: iio/adc: qcom,spmi-iadc: document PM8226 compatible
Document the compatible for the IADC used on PM8226.
Signed-off-by: Rayyan Ansari <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml index fa855baa368c..18aaf6df179d 100644 --- a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml @@ -20,6 +20,7 @@ properties: compatible: items: - enum: + - qcom,pm8226-iadc - qcom,pm8941-iadc - const: qcom,spmi-iadc |