diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-02 17:39:47 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-08-11 14:22:40 +0200 |
commit | 0a0b80a44c7d111a0404d91847db57be8b667a15 (patch) | |
tree | 37585bf31bf5919c532aa5a8df31acad67f5b2fc /MAINTAINERS | |
parent | 8689b80b22dbf1f5e993233370fe57f08731b14d (diff) | |
download | linux-0a0b80a44c7d111a0404d91847db57be8b667a15.tar.gz linux-0a0b80a44c7d111a0404d91847db57be8b667a15.tar.bz2 linux-0a0b80a44c7d111a0404d91847db57be8b667a15.zip |
dt-bindings: i2c: qcom,i2c-cci: convert to dtschema
Convert the Qualcomm Camera Control Interface (CCI) I2C controller to DT
schema. The original bindings were not complete, so this includes
changes:
1. Add address/size-cells.
2. Describe the clocks per variant.
3. Use more descriptive example based on sdm845.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9b6c0f0bda14..67a6c6d06aa9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16879,7 +16879,7 @@ M: Robert Foss <robert.foss@linaro.org> L: linux-i2c@vger.kernel.org L: linux-arm-msm@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt +F: Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml F: drivers/i2c/busses/i2c-qcom-cci.c QUALCOMM INTERCONNECT BWMON DRIVER |