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: crypto: qcom-qce: constrain clocks for SM8150-compatible QCE

All devices compatible with SM8150 QCE (so SM8250 and newer) do not have
clock inputs (clocks are handled by secure firmware), so explicitly
disallow the clocks in the bindings.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Krzysztof Kozlowski and committed by
Herbert Xu
ae3bed72 03b02488

+11
+11
Documentation/devicetree/bindings/crypto/qcom-qce.yaml
··· 131 131 - clocks 132 132 - clock-names 133 133 134 + - if: 135 + properties: 136 + compatible: 137 + contains: 138 + enum: 139 + - qcom,sm8150-qce 140 + then: 141 + properties: 142 + clocks: false 143 + clock-names: false 144 + 134 145 required: 135 146 - compatible 136 147 - reg