From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B731C2D0FA for ; Wed, 13 May 2020 13:37:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F27F722254 for ; Wed, 13 May 2020 13:37:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388160AbgEMNhX (ORCPT ); Wed, 13 May 2020 09:37:23 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:42585 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726388AbgEMNhW (ORCPT ); Wed, 13 May 2020 09:37:22 -0400 Received: by mail-oi1-f195.google.com with SMTP id i13so21417765oie.9; Wed, 13 May 2020 06:37:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=flC28VEmzcLHIWCG84LHrOxcpu2xfAtYlxFbQDCrZ4Y=; b=l7BnDTwWsSzrscW6KBx4EfegGcEBd7hRXKRCIEf1hFToVjonmLrnPjzb8CaR82OBDR u3GUNmVT5Yo3lDztpZRowsYgE7uYoL0X23+9f6l6g0iEHp1tZqfEjPzokR2JSLeG6mwn Tsrs6N6L3D7fE3yL9PTJTMZHZkFFfIc9E/iKMyASWMI3tQ/D21KJJfd3RC48+bv7JLXa bTj81TcJWyeZVCth/6C8tVseJL/iatVSVU0afCa0OAZSgdOIgykg0BpdbuT+iMICrI54 hRtGdWmk09hgaYn1CpN/MT+v0CMxu0jEf6dwMmI5FIVjBgvZ8jBtx8kDhq7zQ7eSXQko HrYQ== X-Gm-Message-State: AGi0PuYkPpmPCqD0QDfWk/TUAZmhIeXAivoMjJ3SB5T7w5C28TsbB/Dc 9jtT+spsFdR6vfi0lOGun+RTIMA2pZp3ei/NkirIDQ== X-Google-Smtp-Source: APiQypJ/7jZWojdyVGEwGQBhACnaZea0Aw4UDYa/vAQCLXlR44i0X8oFoQ2i4yfDkK1keNqTqy3ODJDgK5iBdx+g8iY= X-Received: by 2002:aca:d50f:: with SMTP id m15mr27258950oig.54.1589377041636; Wed, 13 May 2020 06:37:21 -0700 (PDT) MIME-Version: 1.0 References: <20200505154944.4598-1-geert+renesas@glider.be> In-Reply-To: <20200505154944.4598-1-geert+renesas@glider.be> From: Geert Uytterhoeven Date: Wed, 13 May 2020 15:37:10 +0200 Message-ID: Subject: Re: [PATCH v2] dt-bindings: timer: renesas: tmu: Convert to json-schema To: Daniel Lezcano , Thomas Gleixner , Rob Herring Cc: Linux Kernel Mailing List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas , Geert Uytterhoeven Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 5, 2020 at 5:50 PM Geert Uytterhoeven wrote: > Convert the Renesas R-Mobile/R-Car Timer Unit (TMU) Device Tree binding > documentation to json-schema. > > Document missing properties. > Update the example to match reality. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Rob Herring > --- /dev/null > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml > + '#renesas,channels': > + allOf: > + - $ref: /schemas/types.yaml#/definitions/uint32 > + - enum: [ 2, 3 ] > + - default: 3 The "allOf" is no longer needed. Will remove for v3. > + description: > + Number of channels implemented by the timer. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds