diff options
author | Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> | 2022-02-03 19:46:28 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-02-18 12:00:13 +0300 |
commit | 9036ff626579b1d92edfd0881d6b283e9995c16d (patch) | |
tree | 8d2c8ecc51d02a72a9d00eca551399231e6ddf43 | |
parent | 19e138e43a0820bb4dbf8fb5c7691f82e9221f2b (diff) | |
download | linux-9036ff626579b1d92edfd0881d6b283e9995c16d.tar.xz |
dt-bindings: i2c: qcom-cci: add QCOM SM8450 compatible
The change adds QCOM SM8450 compatible value to the list of QCOM CCI
controller compatibles, the controller found on the SoC is equal to
the ones found on previous SoC generations.
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt b/Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt index 7b9fc0c22eaf..924ad8c03464 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt @@ -10,6 +10,7 @@ PROPERTIES: "qcom,msm8996-cci" "qcom,sdm845-cci" "qcom,sm8250-cci" + "qcom,sm8450-cci" - reg Usage: required @@ -43,7 +44,8 @@ PROPERTIES: SUBNODES: The CCI provides I2C masters for one (msm8916) or two i2c busses (msm8996, -sdm845 and sm8250), described as subdevices named "i2c-bus@0" and "i2c-bus@1". +sdm845, sm8250 and sm8450), described as subdevices named "i2c-bus@0" and +"i2c-bus@1". PROPERTIES: |