@@ -70,6 +70,10 @@ properties:
power-domains:
maxItems: 1
+ qcom,ice:
+ $ref: /schemas/types.yaml#/definitions/phandle
+ description: phandle to the Inline Crypto Engine node
+
reg:
minItems: 1
maxItems: 2
@@ -140,8 +144,8 @@ allOf:
then:
properties:
clocks:
- minItems: 9
- maxItems: 9
+ minItems: 8
+ maxItems: 8
clock-names:
items:
- const: core_clk
@@ -152,7 +156,6 @@ allOf:
- const: tx_lane0_sync_clk
- const: rx_lane0_sync_clk
- const: rx_lane1_sync_clk
- - const: ice_core_clk
reg:
minItems: 2
maxItems: 2
@@ -166,8 +169,8 @@ allOf:
then:
properties:
clocks:
- minItems: 11
- maxItems: 11
+ minItems: 10
+ maxItems: 10
clock-names:
items:
- const: core_clk_src
@@ -177,7 +180,6 @@ allOf:
- const: iface_clk
- const: core_clk_unipro_src
- const: core_clk_unipro
- - const: core_clk_ice
- const: ref_clk
- const: tx_lane0_sync_clk
- const: rx_lane0_sync_clk
The ICE will have its own devicetree node, so drop the ICE core clock and add the qcom,ice property instead. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- This patch was not part of the v1. .../devicetree/bindings/ufs/qcom,ufs.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)