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

dt-bindings: ufs: qcom,ufs: drop source clock entries

There is no need to mention and/or to touch in any way the intermediate
(source) clocks. Drop them from MSM8996 UFSHCD schema, making it follow
the example lead by all other platforms.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240528-msm8996-fix-ufs-v5-1-b475c341126e@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Dmitry Baryshkov and committed by
Rob Herring (Arm)
a9a34fc7 596c29f3

+5 -7
+5 -7
Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
··· 46 46 47 47 clocks: 48 48 minItems: 7 49 - maxItems: 11 49 + maxItems: 9 50 50 51 51 clock-names: 52 52 minItems: 7 53 - maxItems: 11 53 + maxItems: 9 54 54 55 55 dma-coherent: true 56 56 ··· 217 217 then: 218 218 properties: 219 219 clocks: 220 - minItems: 11 221 - maxItems: 11 220 + minItems: 9 221 + maxItems: 9 222 222 clock-names: 223 223 items: 224 - - const: core_clk_src 225 224 - const: core_clk 226 225 - const: bus_clk 227 226 - const: bus_aggr_clk 228 227 - const: iface_clk 229 - - const: core_clk_unipro_src 230 228 - const: core_clk_unipro 231 229 - const: core_clk_ice 232 230 - const: ref_clk ··· 285 287 maxItems: 2 286 288 clocks: 287 289 minItems: 7 288 - maxItems: 11 290 + maxItems: 9 289 291 290 292 unevaluatedProperties: false 291 293