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: 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

authored by

Krzysztof Kozlowski and committed by
Rob Herring
c8fa60b2 c8973737

+4 -2
+2 -1
Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
··· 74 74 - const: bus 75 75 76 76 mali-supply: true 77 - opp-table: true 77 + opp-table: 78 + type: object 78 79 79 80 power-domains: 80 81 maxItems: 1
+2 -1
Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
··· 101 101 102 102 mali-supply: true 103 103 104 - opp-table: true 104 + opp-table: 105 + type: object 105 106 106 107 power-domains: 107 108 maxItems: 1