On 08/03/2023 16:58, Abel Vesa wrote: > The ICE will have its own devicetree node, so drop the ICE core clock > and add the qcom,ice property instead. > 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 Order is fixed, you cannot drop entries from the middle. > - const: ref_clk > - const: tx_lane0_sync_clk > - const: rx_lane0_sync_clk Best regards, Krzysztof