diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-04-16 17:12:33 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-05-08 15:48:38 +0530 |
commit | d96a432cc86aaa7d4ca202471c9ab094ca786fab (patch) | |
tree | 4d2c6297582973b7227f1ef8e5cee311593c1ff7 /Documentation/devicetree | |
parent | 8bd2d6e11c99da27e748b168945cbae8a8cfb0e7 (diff) | |
download | linux-d96a432cc86aaa7d4ca202471c9ab094ca786fab.tar.gz linux-d96a432cc86aaa7d4ca202471c9ab094ca786fab.tar.bz2 linux-d96a432cc86aaa7d4ca202471c9ab094ca786fab.zip |
dt-bindings: phy: qcom,edp-phy: allow power-domains
At least on SC8280XP the eDP PHY is part of power domain:
sc8280xp-crd.dtb: phy@220c2a00: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230416151233.346336-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml index c4f8e6ffa5c3..6566353f1a02 100644 --- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml @@ -43,6 +43,9 @@ properties: "#phy-cells": const: 0 + power-domains: + maxItems: 1 + vdda-phy-supply: true vdda-pll-supply: true |