Re: [PATCH v3] dt-bindings: gpu: samsung-rotator: Add missing properties

From: Rob Herring
Date: Tue Sep 29 2020 - 14:50:01 EST


On Wed, 23 Sep 2020 17:03:39 +0200, Krzysztof Kozlowski wrote:
> Add common properties appearing in DTSes (iommus, power-domains) to fix
> dtbs_check warnings like:
>
> arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000:
> 'iommus', 'power-domains' do not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
> Changes since v2:
> 1. Add maxItems to power domains and iommus
>
> Changes since v1:
> 1. Add properties instead of using unevaluated
> ---
> Documentation/devicetree/bindings/gpu/samsung-rotator.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

Applied, thanks!