On 04/09/2025 15:31, Konrad Dybcio wrote:
From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
An OPP table is necessary to express combined voltage and frequency
requirements for the CCI hw block.
Allow passing one, without requiring its presence.
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
index 73144473b9b24e574bfc6bd7d8908f2f3895e087..1bb9a70661a944c1bdc01d336475952221450dba 100644
--- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
+++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
@@ -54,6 +54,8 @@ properties:
interrupts:
maxItems: 1
+ operating-points-v2: true
+
power-domains:
maxItems: 1
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>