Message ID | 20221002122859.75525-3-matti.lehtimaki@gmail.com |
---|---|
State | New |
Headers | show |
Series | Qualcomm CCI for MSM8226 and fix CCI documentation for MSM8974 | expand |
On 02/10/2022 14:28, Matti Lehtimäki wrote: > MSM8226's Camera Control Interface has one master and 3 clocks. > > Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com> > --- > .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 22 +++++++++++++++++-- > 1 file changed, 20 insertions(+), 2 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sun, Oct 02, 2022 at 03:28:54PM +0300, Matti Lehtimäki wrote: > MSM8226's Camera Control Interface has one master and 3 clocks. > > Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com> Applied to for-current, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml index e51a85848d6e..c0f9537a4bb1 100644 --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml @@ -13,6 +13,7 @@ maintainers: properties: compatible: enum: + - qcom,msm8226-cci - qcom,msm8916-cci - qcom,msm8974-cci - qcom,msm8996-cci @@ -27,11 +28,11 @@ properties: const: 0 clocks: - minItems: 4 + minItems: 3 maxItems: 6 clock-names: - minItems: 4 + minItems: 3 maxItems: 6 interrupts: @@ -78,11 +79,28 @@ allOf: compatible: contains: enum: + - qcom,msm8226-cci - qcom,msm8916-cci then: properties: i2c-bus@1: false + - if: + properties: + compatible: + contains: + enum: + - qcom,msm8226-cci + then: + properties: + clocks: + maxItems: 3 + clock-names: + items: + - const: camss_top_ahb + - const: cci_ahb + - const: cci + - if: properties: compatible:
MSM8226's Camera Control Interface has one master and 3 clocks. Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com> --- .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-)