diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-08-20 11:05:43 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-08-22 01:09:57 +0300 |
commit | ae23f14141d9174d9c8daff65ee84603a3feb6ba (patch) | |
tree | fbc79151bcb5d5a98ce471cbf34c239f403715ad /Documentation/devicetree/bindings/display/msm | |
parent | fab610be30dbaa4ef5dcfabe4dc498c557a1b7ad (diff) | |
download | linux-ae23f14141d9174d9c8daff65ee84603a3feb6ba.tar.xz |
dt-bindings: display: msm/dp: restrict opp-table to objects
Simple 'opp-table:true' accepts a boolean property as opp-table, so
restrict it to object to properly enforce real OPP table nodes.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230820080543.25204-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/msm')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml index 7a7cf3fb3e6d..a7bbacabb9ac 100644 --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml @@ -79,7 +79,8 @@ properties: operating-points-v2: true - opp-table: true + opp-table: + type: object power-domains: maxItems: 1 |