diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 22:14:34 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-14 23:51:23 +0300 |
commit | 714872891415f53f5a55da5f37082125e2905c8b (patch) | |
tree | 0f247ec9692c472dbcb812e552315b58ed78cae2 | |
parent | 95da350eeff325b534ad20996ac2874b24953e1a (diff) | |
download | linux-714872891415f53f5a55da5f37082125e2905c8b.tar.xz |
dt-bindings: gpu: arm,mali-utgard: Add missing properties
Add common properties appearing in DTSes (opp-table) to fix dtbs_check
warnings like:
arch/arm/boot/dts/exynos4210-i9100.dt.yaml: gpu@13000000:
'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-2-krzk@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml index 6226d31ec4b7..00976ad93943 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml @@ -100,6 +100,8 @@ properties: mali-supply: true + opp-table: true + power-domains: maxItems: 1 |