diff options
| author | Wenmeng Liu <quic_wenmliu@qualcomm.com> | 2025-09-12 18:19:25 +0300 |
|---|---|---|
| committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-09-13 00:56:03 +0300 |
| commit | c62859e13712334bd17d46ee0c1b26e8673d2961 (patch) | |
| tree | 1490bc4e7ac1959620d644d61e219f68e63034a0 | |
| parent | 3e403c2faad9398fb70313f7cc0303c38f1ade9c (diff) | |
| download | linux-c62859e13712334bd17d46ee0c1b26e8673d2961.tar.xz | |
dt-bindings: i2c: qcom-cci: Document sa8775p compatible
Add the sa8775p CCI device string compatible.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Wenmeng Liu <quic_wenmliu@qualcomm.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml index 83b13370ff6c..7456783d1f8e 100644 --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml @@ -26,6 +26,7 @@ properties: - items: - enum: - qcom,qcm2290-cci + - qcom,sa8775p-cci - qcom,sc7280-cci - qcom,sc8280xp-cci - qcom,sdm670-cci @@ -241,6 +242,7 @@ allOf: compatible: contains: enum: + - qcom,sa8775p-cci - qcom,sm8550-cci - qcom,sm8650-cci - qcom,x1e80100-cci |
