diff options
author | 2024-06-20 03:36:24 +0300 | |
---|---|---|
committer | 2024-08-05 21:43:15 +0530 | |
commit | a652f2210054276990d45626a3b9ad5c99465f5a (patch) | |
tree | 0fe3e56c51842d6feeed04f023b89d10a57cff62 | |
parent | phy: phy-rockchip-samsung-hdptx: Enable runtime PM at PHY core level (diff) | |
download | wireguard-linux-a652f2210054276990d45626a3b9ad5c99465f5a.tar.xz wireguard-linux-a652f2210054276990d45626a3b9ad5c99465f5a.zip |
dt-bindings: phy: rockchip,rk3588-hdptx-phy: Add #clock-cells
The HDMI PHY can be used as a clock provider on RK3588 SoC, hence add
the necessary '#clock-cells' property.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20240620-rk3588-hdmiphy-clkprov-v2-3-6a2d2164e508@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml index 54e822c715f3..84fe59dbcf48 100644 --- a/Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml @@ -27,6 +27,9 @@ properties: - const: ref - const: apb + "#clock-cells": + const: 0 + "#phy-cells": const: 0 |