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

scsi: ufs: dt-bindings: qcom: Add ICE phandle

Starting with SM8550, the ICE will have its own devicetree node so add the
qcom,ice property to reference it.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20230612192847.1599416-2-abel.vesa@linaro.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Abel Vesa and committed by
Martin K. Petersen
29a6d121 3c9b49be

+24
+24
Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
··· 71 71 power-domains: 72 72 maxItems: 1 73 73 74 + qcom,ice: 75 + $ref: /schemas/types.yaml#/definitions/phandle 76 + description: phandle to the Inline Crypto Engine node 77 + 74 78 reg: 75 79 minItems: 1 76 80 maxItems: 2 ··· 192 188 maxItems: 1 193 189 194 190 # TODO: define clock bindings for qcom,msm8994-ufshc 191 + 192 + - if: 193 + properties: 194 + qcom,ice: 195 + maxItems: 1 196 + then: 197 + properties: 198 + reg: 199 + maxItems: 1 200 + clocks: 201 + minItems: 8 202 + maxItems: 8 203 + else: 204 + properties: 205 + reg: 206 + minItems: 2 207 + maxItems: 2 208 + clocks: 209 + minItems: 9 210 + maxItems: 11 195 211 196 212 unevaluatedProperties: false 197 213