Re: [PATCH] dt-bindings: cpu: Fix JSON schema

From: Rob Herring
Date: Thu Mar 28 2019 - 15:36:09 EST


+arm-soc

On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote:
>
> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
> Milbeaut") added support for a new cpu enable-method, but did so using
> tabulations to ident. This is however invalid in the syntax, and resulted
> in a failure when trying to use that schemas for validation.
>
> Use spaces instead of tabs to indent to fix this.
>
> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
> Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

This should be applied to arm-soc tree having the commit.

Rob