[PATCH] dt-bindindgs: i2c: qcom,i2c-geni: document operating-points-v2

Krzysztof Kozlowski posted 1 patch 2 years, 8 months ago
Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindindgs: i2c: qcom,i2c-geni: document operating-points-v2
Posted by Krzysztof Kozlowski 2 years, 8 months ago
Just like other Geni serial interfaces (qcom,geni-spi and
qcom,geni-uart), the Geni I2C Controller comes with OPP table:

  sdm845-sony-xperia-tama-apollo.dtb: i2c@894000: Unevaluated properties are not allowed ('operating-points-v2' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
index f5f7dc8f325c..0e88c85985b5 100644
--- a/Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
+++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
@@ -46,6 +46,8 @@ properties:
   interrupts:
     maxItems: 1
 
+  operating-points-v2: true
+
   pinctrl-0: true
   pinctrl-1: true
 
-- 
2.34.1
Re: [PATCH] dt-bindindgs: i2c: qcom,i2c-geni: document operating-points-v2
Posted by Rob Herring 2 years, 8 months ago
On Fri, 13 Jan 2023 15:49:50 +0100, Krzysztof Kozlowski wrote:
> Just like other Geni serial interfaces (qcom,geni-spi and
> qcom,geni-uart), the Geni I2C Controller comes with OPP table:
> 
>   sdm845-sony-xperia-tama-apollo.dtb: i2c@894000: Unevaluated properties are not allowed ('operating-points-v2' was unexpected)
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!