Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: i2c: qcom-cci: Document Milos compatible

Add Milos compatible for the CAMSS CCI interfaces.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Luca Weiss and committed by
Wolfram Sang
a78295df 09472cec

+18
+18
Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
··· 27 27 - items: 28 28 - enum: 29 29 - qcom,kaanapali-cci 30 + - qcom,milos-cci 30 31 - qcom,qcm2290-cci 31 32 - qcom,qcs8300-cci 32 33 - qcom,sa8775p-cci ··· 263 262 clock-names: 264 263 items: 265 264 - const: camnoc_axi 265 + - const: cpas_ahb 266 + - const: cci 267 + 268 + - if: 269 + properties: 270 + compatible: 271 + contains: 272 + enum: 273 + - qcom,milos-cci 274 + then: 275 + properties: 276 + clocks: 277 + minItems: 3 278 + maxItems: 3 279 + clock-names: 280 + items: 281 + - const: soc_ahb 266 282 - const: cpas_ahb 267 283 - const: cci 268 284