dt-bindings: gpu: arm,mali: 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>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220818061713.9611-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-08-18 09:17:13 +03:00 committed by Rob Herring
parent c89737376f
commit c8fa60b230
2 changed files with 4 additions and 2 deletions

View File

@ -74,7 +74,8 @@ properties:
- const: bus
mali-supply: true
opp-table: true
opp-table:
type: object
power-domains:
maxItems: 1

View File

@ -101,7 +101,8 @@ properties:
mali-supply: true
opp-table: true
opp-table:
type: object
power-domains:
maxItems: 1