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: phy: qcom,*-qmp-ufs-phy: add clock-cells property

Add #clock-cells property to the QMP UFS PHYs to describe them as clock
providers. The QMP PHY provides rx and tx symbol clocks for the GCC.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221123104443.3415267-2-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
521d431f 101097d6

+6
+3
Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-ufs-phy.yaml
··· 75 75 minItems: 3 76 76 maxItems: 6 77 77 78 + "#clock-cells": 79 + const: 1 80 + 78 81 "#phy-cells": 79 82 const: 0 80 83
+3
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
··· 43 43 44 44 vdda-pll-supply: true 45 45 46 + "#clock-cells": 47 + const: 1 48 + 46 49 "#phy-cells": 47 50 const: 0 48 51