diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 21:14:33 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-14 14:51:14 -0600 |
commit | 95da350eeff325b534ad20996ac2874b24953e1a (patch) | |
tree | 3503138565a2892db1c1c5a7fad79c63dc5f914a /Documentation/devicetree/bindings/gpu | |
parent | 5d7fb8b80f5eb92e14d5bf28f5272d6d2e33ba09 (diff) |
dt-bindings: gpu: arm,mali-midgard: Add missing properties
Add common properties appearing in DTSes (opp-table) to fix dtbs_check
warnings like:
arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000:
'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903191438.12781-1-krzk@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpu')
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml index 80d519a76db2..e9c42b59f30f 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml @@ -74,6 +74,7 @@ properties: - const: bus mali-supply: true + opp-table: true power-domains: maxItems: 1 |