Re: [PATCH] dt-bindings: gpu: arm, mali-utgard: Use unevaluatedProperties

2020-09-03 Thread Rob Herring
On Sun, Aug 30, 2020 at 2:40 AM Krzysztof Kozlowski wrote: > > Additional properties or nodes actually might appear (e.g. operating > points table) so use unevaluatedProperties to fix dtbs_check warnings > like: > > arch/arm/boot/dts/exynos4210-i9100.dt.yaml: gpu@1300: > 'opp_table' does

[PATCH] dt-bindings: gpu: arm,mali-utgard: Use unevaluatedProperties

2020-08-30 Thread Krzysztof Kozlowski
Additional properties or nodes actually might appear (e.g. operating points table) so use unevaluatedProperties to fix dtbs_check warnings like: arch/arm/boot/dts/exynos4210-i9100.dt.yaml: gpu@1300: 'opp_table' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof